-
Need app rating template!
by Braydon_SFX ·You can create an attribute that you add to every time the player pushes a button or plays a round of your game. Also, create a boolean called KeepAsking and set it to true. -
Little problem with several "Change Scene" on several copys of an actor
by DuendeArkano ·I have a tiny issue copying an actor who have inside a "Change Scene" attribute; the original one just aims to "next scene" but the copyes aim each one to different -
How to constrain an actor to platform movement?
by FViMagination ·you should first create a game Attribute called like "PlatformPosX", real attribute. -
How to constrain an actor to platform movement?
by williamt2706 ·As the title above, i wanna ask about how to constrain an actor to platform movement? -
How to change jump intensity according to tap intensity
by LooseMoose ·Create a jump button actor and make an interger attribute called jump. -
How to change jump intensity according to tap intensity
by TheFrogeek ·When jump is True: change attribute -
Help With Tables?
by tatiang ·If the problem is that the player can achieve 3 stars and die and it saves the 3 stars ant way, then you need an intermediate attribute (say game.StarsWhileAlive) that changes as stars are achieved. -
Help With Tables?
by GLGAMES ·Not sure how to you check the amount of stars but basically you can have current.star attribute and stagesaved.star attribute inside a table. and when stage completed, you have a condition to check if -
i had this idea for iphone 4/4s , 5 (two in one app)
by jerlant360 ·menu , and in it ,i put an actor with a rule attribute > device >width = 320 and attribute > device > height = 480 ( timer after 3 secs change scene to iphone 4 menu) (o -
Where is the index attribute in the Windows Game Salad Creator?
by mrchris317 ·I am just trying to follow the table tutorials by TSB but he keeps referencing the index attribute and being very new to programming and not being able to find it in the Windows version it is getting -
Where is the index attribute in the Windows Game Salad Creator?
by mrchris317 ·Hey everyone I have been watching some table tutorials but they keep referring to the index attribute. However, in the windows version I can only find these boolean, text, inter, real and angle. Can -
Music files not playing; sound files resetting with scenes
by OniCraft ·Then you put a rule that if attribute music (integer) =/= 0, change att music to 0 and play music 0, if att music = 0, play current music. -
Help With Tables?
by jblb2424 ·What i need is a line of code that says once the table value is changed, disable the change value attribute so no other changes in the star count can affect it. -
reseting scenes help.
by LooseMoose ·Make sure you have all your change attribute rules before the reset scene rule. Otherwise it will just reset and ignore your attributes -
Touch Screen but highlight different area!
by tatiang ·Another way to do this is to give each instance of the actor self.row and self.column attributes (index) and type them in manually once so that each actor has its own record of where in the grid it is -
Making Money with Free Apps.
by Chakku ·Attribute Editing/Organizing (Folders) ** -
Rotation and Movement Based on Speed of Tapping
by RThurman ·-- Change Attribute self.oldRotation To: self.Rotation -
urgent - game cuts off after playing for at least 15 mins
by jonmulcahy ·this is because you were using local attributes. when you use a global attribute (game attribute), you can copy the rule from actor to actor without any problems. When you use local attribues (actor a -
urgent - game cuts off after playing for at least 15 mins
by gyroscope ·Anyhow, best of luck tracking a missing attribute down, if that's the problem... -
urgent - game cuts off after playing for at least 15 mins
by FirstDan ·when the player touches the rocket power up i constrain the x and y of the rocket to player x and y.