-
distance ran tracker
by YourFace710 ·@Socks i fixed the text display bug by changing the attribute to an integer , here are the rules http://gyazo.com/9fa48a4d95f84a12d2042b19bc381623 -
distance ran tracker
by Socks ·--Change Attribute: game.Distance to game.Distance+1. -
Dont spawn more than once in one spot?
by tatiang ·You could use Loop over Table and loop over the columns or you could just spawn an actor and then increase an attribute such as self.NextRow to self.NextRow+1 and use that in place of the column value -
distance ran tracker
by Socks ·--Change Attribute: game.Distance to game.Distance+1. -
mimicking scroll up and down of apple apps
by RThurman ·3)Actor three uses one constrain behavior (along with the huge equation). -
Timer within a timer?
by Hopscotch ·change attribute self.SpawnTime=game.Time+10Rule: if self.SpawnTime<game.Time then spawn Enemy change attribute self.SpawnTime=game.Time+random(4,8)end if -
Hi i need help with my game
by Daftbomb ·I would think about a solution where the player, walls and object are individual actors and how they would behave when they interact with each other. Perhaps use a rule that changes an attribute when -
distance ran tracker
by Braydon_SFX ·Create an integer game attribute called Distance. -
Timer within a timer?
by j_d_campbell98 ·StartTime and Mod1 are both real attributes I made, StartTime is at 0 and Mod1 is at 0.05. -
[Solved] FailScreen and Respawn reset issues?
by tatiang ·Game attributes are not reset by a Reset Scene behavior. You have to do this manually using one or more Change Attribute behaviors just prior to the Reset Scene or Change Scene behavior. -
[Solved] Problem with resetting the game
by tatiang ·If you use any Save Attribute behaviors, then you need matching Load Attribute behaviors with the same key names. -
[Solved] Problem with resetting the game
by JSproject ·either you are missing to reset some attribute or you are saving or loading very many attributes in one go and you have a change scene behavior just after the saving/loading (in the latter case you co -
Actor size changing after animation is run...
by As_Of_Latte ·@Socks Based on my screenshot, didn't I already set in the original size of 96 x 124.32 in the Attributes box on the left, within the drop down size? -
Cross platform leaderboardDemo
by scottharrrules43 ·Edit: you will need edit the upload button to include your own score attribute. -
Stopping an actor
by tatiang ·for that. One thing I would try is to change or constrain the x (or y) position when the ball actor stops. You can snap it to a grid by doing Change (or Constrain) Attribute self.Position.X to roun -
Is posible to create a rule "if" with a specific table cell value?
by Braydon_SFX ·The PC creator does not have this option so you'll have to do what we use to do: create an attribute and change it to the table Cell Value. Since this new attribute now holds the table value you wante -
Is posible to create a rule "if" with a specific table cell value?
by zweg25 ·But you can create an attribute that stores your tableValue and use that attribute in the rule. -
Hi i need help with my game
by jigglybean ·To end a game, you need to create a game level attribute - GameOver boolean. Booleans are a True/False question/answer thing. So an example would be -
Is posible to create a rule "if" with a specific table cell value?
by MentalDonkeyGames ·Choose "numeric expression" instead of "attribute" from the dropdown menu. -
Gamegamesalad pro - game center login menu ?????
by jigglybean ·Drag/drop Login Attribute in to a rule - job done. Please remember to set the rule 'when touch is pressed'..........