-
Collision with particles
by fayt84 ·I found the spawn actor behavior, but which rule, block or behavior do I use to #1 get it to drop randomly, #2 collide with actor? Thank you again -
Collision with particles
by tatiang ·You'll have to spawn the hammer actors instead of using a particles behavior. -
Spawning one actor at a time.
by tatiang ·When attribute game.Time ≥ game.timeStamp + game.spawnDelay -
Spawning one actor at a time.
by jcheikha ·i followed your steps exactly but for some reason am not getting a spawn. -
Spawning one actor at a time.
by jcheikha ·thnx for the video Ktorti, i have done the same thing. but what i was wondering is for example, i start with a timer of 3 sec per random spawn and each 10 seconds pass by the spanw time decreases. so -
Spawning one actor at a time.
by tatiang ·If you want the timer to "speed up" so that it first spawns every 5 seconds, then every 3 seconds, etc. you have to use an inverse proportion which I describe here, although in a dif -
Spawning one actor at a time.
by jcheikha ·Great thnx alot, works perfect. but now the spawn rate is very slow, how can i make it faster. something the more time that passes the faster the spawn is? -
Spawning one actor at a time.
by tatiang ·Instead of 4 spawners, use a single spawner. Use a timer to determine when to spawn (e.g. every 1 second or at random times with a custom timer). Inside of the timer, choose a random value (Change A -
Spawning one actor at a time.
by jcheikha ·Hi guys, just started Gamesalad 3 days ago and i think am doing pretty good so far. i am working on a game that spawns 4 balls from the top and fall down. each ball has a different speed. the goal is -
Official Flappy Bird Thread - for all things flappy bird (including clones)
by IcedB ·I like the way you added all the things in but its a little risky as its so similar to Mario graphics. I felt like getting my 8 bit on and totally rethinking the look and created some unique new game -
Random platform spawner issue
by tzunito ·Tried to make an invisible layer spawn atop of the first layer, but seeing that the first layer randomly spawns at ?? x and ?? y I just cant seem to make it spawn atop all the time. -
Random platform spawner issue
by Socks ·Layer 1 will always spawn the actor at 560, 40 . . . . . is this what you want ? -
Random platform spawner issue
by tzunito ·What im trying to do is to spawn random layers thats going to be used as platforms for my actor to jump on, but the problem at hand is that the layers spawn on top of eachother and at the same time an -
Need help on my new game.
by GamesforGood ·14) now go to the behaviors and drag the spawn actor behavior into the rule. -
High Score attribute doesn't work
by gineepig ·all of the actors are set to spawn once the scene starts, so the scene template is basically empty. -
High Score attribute doesn't work
by tatiang ·Is it possible that you have more than one game attribute named "highscore"? Is it possible that you've unlocked an actor on the scene and created an instance with its own unique ru -
Flappy Bird game using GameSalad template
by tatiang ·You would only constrain the actors if you wanted them to move together. As far as spawning goes, just pick a random Y value and then add or subtract 30 to/from it. Something like this: -
Flappy Bird game using GameSalad template
by RipProductions ·I did have a last question. If I wanted to spawn two actors at random Y points,but they each have to spawn spaced apart from each other. Lets say for example 30 pixels apart each time? Would I use a c -
Touch to spawn actor, but actor does destroy after next touch?
-
Need help with a counter based on speed/linear motion of an actor
by colander ·up to a 1,000 rows at a time. The app will spawn a grid of cells 52 rows x 17 columns. This grid will be used to display up to 1000 rows x 17 columns of the table.