-
limit spawn actor
by GreenHavenGames ·1) This is already in place by changing the "ball_alive" variable to "true". The problem that I see is that both the cannon and the ball have the Spawn attribute i -
Need a way to play one SFX at a time
by KrisBee ·mentioned, audio play can be controlled using attributes; I tried this briefly and found I can indeed stop one (sound) track to play another depending on attribute values. I am a little confused howe -
Impact Speed on Actor...
by richcoy ·I created a game attribute called ImpactSpeed and if an actor overlaps or collides with the glass actor it changes the game attribute ImpactSpeed to magnitude( self.Motion.Linear Velocity.X , self.Mot -
Impact Speed on Actor...
by richcoy ·I watched TshirtsBooth's video on impact speed but that was only testing one balls speed, and that was set to a game attribute. I'll have several actors moving around that could hit my glass block so -
Letter Tiles Question
by simo103 ·@Fal01 .. I'd imagine you will need to have a secondary action .. ie; the first runs thru the letters and stops at the one you want. Set a self.TouchCount attribute to indicate that that letter has be -
A little geometry help for offset rotation
by MarkOnTheIron ·Also if you don't want too many constraints you can unlock the red actor and access the blue actor positions and rotation directly without having to constrain them to a game attribute. -
Letter Tiles Question
by Fal01 ·I managed to do the first part but with a self attribute which you cant save. -
Any good tutorials for making a high score board?
by Goodnight Games ·I'm not sure about an existing tutorial or demo, but I would think you'd want to have 8 (or any number of) high score actors that display text. Then, have 8 game attributes (integer or real) called g -
Any good tutorials for making a high score board?
by tatiang ·I'm not sure about an existing tutorial or demo, but I would think you'd want to have 8 (or any number of) high score actors that display text. Then, have 8 game attributes (integer or real) called g -
limit spawn actor
by Reigiv4s ·Attribute - game.how meany - < 1 -
To scroll 1 screen.
by jckmcgraw ·@gawakamyConstrain Attribute self.Position.X To min(self.Postion.X,960-160) -
About in-app purchase behavior.
by gawakamy ·app id, or something else? How can I use Change Attribute in there? Do you have any instruction video or post? Please let me know. Thanks. (Image) -
Checking if the table cell is empty or not
by tatiang ·a word between two symbols in a text attribute. So change attribute game.Words to game.Words.."!"..newWord.."!" -
howw to make a gravity field around a planet (circular object)
by diegocs ·i made the actor accelerate toward the planet (in direction to the planet's center) when it jumps and all with the magnitude attribute, but i don't know why the actor keeps on moving around the planet -
Checking if the table cell is empty or not
by v00d0 ·o crap! and how can i do this??? with a text attribute putting inside value like : word1,word2,word3 and check if it contains it?? cause at least i've to do this: -
To scroll 1 screen.
by gawakamy ·Constrain Attribute self.Motion.LinearVelocity.X To -scene.Background.drag.Motion.LinearVelocity.X -
Checking if the table cell is empty or not
by tatiang ·First of all, it is not possible to write data to a table cell. That being said, if you want to check if a table cell is empty, create a game attribute (text) called game.EMPTY with an initial value -
how can spawn 1 actor
by Reigiv4s ·Attribute :Game.ball_Alive... is True -
A list of uses for each Function in the Expression Editor?
by Hymloe ·I just read how you can use floor(attribute) to load file names based off variable values, for example. -
How to rotate a part of a character
by ashwinjain ·Thanks - any idea how to constrain a character to only exist in the context of following a leader?