-
Help with Button-What did I do wrong?
by ds1239 ·When touch is pressed and attribute self.soundon=true: -
Reset gametime and gamecounter to zero
by gamesfua ·in a static actor (off screen) that says change attribute TIME (an integer or real attribute ive created) to zero. This ensures on game start the time count goes to zero. Then i also put a rule in th -
Reset gametime and gamecounter to zero
by PaxPax ·I have tried unsuccessfully to 'change attribute' to zero for game time and gamescore and reset game. -
how to make actor jump
by sparkania ·and then a Attribute and Change attribute on your Jump button. -
Is there any way to determine the number of active actors with any given tag?
by Elfizm ·They way I would do it is have an attribute called game.Howmany ect. -
get actor to rotate to touch?
by sparkania ·Constrain Attribute -
Is there any way to determine the number of active actors with any given tag?
by tatiang ·You can certainly keep track of the number of a certain actor on the screen, and you can also make your own tags by creating a self.Tag attribute and using index, integer, or text values to label acto -
Mute Sound?
by Slowboy ·Yeah, there's a separate attribute for each! -
Revealing a hidden image help
by PixelMetal ·Make a global boolean attribute and have the actors in question check if it's true/false. If true, do the reveal. If false, don't do anything. -
Object should appear, after replay, whose level unfinished.
by feroman ·then attribute "integer" "Diamcolision to 1" -
Spawn set number of actors in random locations
by tatiang ·When actor collides with [same actor] AND self.time=0... destroy [this actor] and change attribute game.SpawnAmount to game.SpawnAmount+1. -
Spawn set number of actors in random locations
by OrbInteractive ·note, the "game.SpawnAmount" is a Game Attribute I've set to 5. -
Screenshots question in iTunes Connect.
by DanielDoe ·Yes, but using Overscan and screen size attribute I can adjust the game to iPad (no retina) so why not to use that? -
Multiple Triggers controlling same Value
by sparkania ·Constrain Attribute -
What Features do you want? (Attention Gamesalad Upper Management!)
by sparkania ·-Add a "User Custom" folder to Attributes list -
Zoom constrain Vs Interpolate Tshirtbooth
by mrpacogp ·With interpolate, for constrain position of HUD items, when zoom stops thw continue self way of interpolate. -
Object should appear, after replay, whose level unfinished.
by tatiang ·Are you saying that if the player taps the diamond but then restarts the scene, the diamond should re-appear? Usually this is done with a "Reset scene" actor that is hidden and perf -
Can't Assign Mouse Position to an Attribute
by Socks ·(Quote) -
Can't Assign Mouse Position to an Attribute
by gyroscope ·Change Attribute: game.x To: game.mouse.position.x -
Can't Assign Mouse Position to an Attribute
by Socks ·(Quote)