-
How to display a count down clock that starts from a random number?
by -Timo- ·First make a boolean attribute (start timer) and a integer attribute (timer) -
Possible to make actor to have certain behavior on different layer?
by Socks ·GameSalad users have no direct control over layer order, you can't change the order of the layers at run-time nor can you move or spawn actors to layers other than the one the actor is already on . . -
How to display a count down clock that starts from a random number?
-
How to display a count down clock that starts from a random number?
-
IOS GameCenter, don't Post Score... (I think)
by mounted88 ·Do you have the post score in a rule that says when touch is pressed, also are you using a game.attribute to link your score to the post score button? -
Swipe to Move an Actor Question
by mfieldgames ·I appreciate the help Bellow, but I am not exactly sure how to implement your solution. I created the attribute, but I'm not sure where to place the attribute Stop since the movement is set up as a Ch -
How to display a count down clock that starts from a random number?
by mounted88 ·First make a game attribute (timer) -
Swipe to Move an Actor Question
by Bellow ·create game attribute name stop real. -
Sticky table
by harrywatson ·They receive this rule. attribute self.zero = tableCellValue( game.Tplacement , self.myIndex ,1) -
character jumping on moving platform?
by allc1865 ·new rule saying actor receives event > overlaps or collides with actor of type > sliding block > change attribute: game.jump to false -
character jumping on moving platform?
by allc1865 ·new rule saying actor receives event > overlaps or collides with actor of type > sliding block > change attribute: game.jump to false -
Use "Otherwise" or not?
by richcoy ·In a game I'm developing I have a level count on screen that uses a game attribute to change the image to the current level. So a rule would look like "if game.level = 3 change image to level -
Dragging the actor based on another actor's size
by Gamepenciler ·i tried the min max but the game is flikering.. maybe i set the attribute wrong will try this again later.. -
Build 0.10.4.1 is available!
by KevinCross ·(Quote) -
Dragging the actor based on another actor's size
by Gamepenciler ·I'm trying to constraint the actor moving along the touch area actor so that the touch won't be allowed outside the touch area space but I seem to made it wrong.. -
Hello, and a few questions
by RossmanBrothersGames ·is pressed and not down, I just have a jumpready attribute that is turned on whenever the key is up and turned off whenever the key is down, while that is fine, there are many other actions that woul -
character jumping on moving platform?
by allc1865 ·---constrain attribute--- -
character jumping on moving platform?
by -Timo- ·(Quote) -
character jumping on moving platform?
by allc1865 ·I have a Constrain Attribute set to self.Position.Y to self.Position.Y? -
character jumping on moving platform?
by -Timo- ·you can constrain self.position.y it to self.position.y? (Image)