-
Creating your own asynchronous server... •--•
by StormyStudio ·• If new user (no saved game id in game attribute) -
Animate buttons issue!!!!
by Uplink1001 ·Can I just say thanks to gyroscope for his last input, That worked just fine (Change Attribute behaviour in a Timer, set to After, the amount of seconds set there being the length of your audio. (Imag -
Random outcomes based on probabilities
by Tosanu ·You may need to nest random equation commands. For example, create a Random(1,20) and assign that to an attribute called, lets say, HighLow. Then create a rule that says if HighLow > 13 (equiva -
Help Needed! Destroy attribute not working! PLEASE
by AA app company ·Hello I'm knew to gamesalad and don't know to much but I am experiencing some difficulty in a new game I am trying to create. The Earth is in this middle of the screen and you have to drag the moon a… -
TILT doesn't work at GameSalad Viewer for Android
by remoncingkes ·{ When attribute. Game.Accelerometer.Y < -o.1 "Accelerate direction 0 (acceleration 400)" } -
Random isn't random
by Socks ·(Quote) -
Random isn't random
by gyroscope ·Testing the attribute is good, as @revoltandreverb suggests (Image) -
Random isn't random
by revoltandreverb ·What I usually do is make a attribute tester button as attached, just so you can see what's going on. What attribute type are you using? -
Trying to reset a table
by gyroscope ·Change Attribute game.count to 1 -
Random isn't random
by aliz94 ·I have an attribute change to random(1,2) and it determines what actor is spawned. The same pattern of actors appears each time. It goes 1,2,1,2,1,2,etc it never does for example 1,1,1,2,1,2,2 being -
Orbit speed based on the degree of device tilt...
by Socks ·Constrain attribute:self.position.x to:100 *sin( game.counter * self.speed %360-120)+ game.planet x -
Orbit speed based on the degree of device tilt...
by gamestudent ·constrain attribute:game.rotate to: vectorToAngle(- game.Accelerometer.X ,- game.Accelerometer.Y ) -
Trying to reset a table
by newbie001 ·-if game.reset is true (reset is a boolean attribute created by me) -
How can I loop search to find if multiple columns are correct value?
by games4fun ·I have a table with 30 rows and 3 columns. I want to have a loop search behavior that will check each row and see if each columns in that row match a game attributes that I have and only if all three -
Is this possible with Gamesalad?
by allc1865 ·constrain Self position X to tablcellvalue(GameData,1,Game.poscolumn) -
Table cell optimization question
by gyroscope ·• Integer attribute called Go for triggering the search to start -
How do i add a coin system?
by ookami007 ·Set a game attribute of COINS. Set it to ZERO. -
How do i add a coin system?
by HappyKat78 ·This question is a little broad as there is a lot too it. The first part of creating a currency is easy. Setup a global attribute (let's call it "Coins"). When the player (actor) -
How Can I make the Game not start until a button is pushed
by CodeMonkey ·I use an integer game attribute called GameState. As an integer you can reuse that attribute for many things. -
Countdown timer that changes scene problem
by B1984 ·3DMA, I figured that, but it does reset if it doesn't hit zero when the scene changes and I did add a "if mytime is 0 do change attribute mytime +1", which works until scene 8... the