-
Reset Scene?
by Steveo_33 ·I have a question regarding the scene reset attribute. Whenever I use it to reset my scene, my spawners spawn before being touched. In other words, I have to spawners that are only supposed to spawn w -
How to change the size of actoer generated by the spawn actor.
by kaminaga.kiyoteru ·I want to generate many the actor by using spawn actor. -
Animated Opening Scene am I doing it right? :D
by MAGNUM ·Looks awesome, I really like the unique drawing style. -
FLAPPY BIRDS SPIN-OFF. Robo Bird HD!
by RipProductions ·Thanks gamewizard99. yeah I wanted to try and make it unique as possible. I don't like coping off others but made my own unique spin-off version. -
Zatacka Online - Re-imagination of the classic DOS game "Achtung die Kurve!". Available on Appstore!
by Fredrik Bixo ·• Unique power-ups making life easier for you or harder for your opponent: Traverse through walls, become a retro snake, swap position and much much more! -
Strange Floor Collision Glitch
by jamie_c ·I guess if you could figure out a way to spawn the collision shapes from the table too it might work. -
how to select an actor
by iKlazzy ·Hi treke. An easy way around this is to have an integer attribute labeled PlayerChosen or something of the sort. Each character then changes PlayerChosen based on their identifier.. ex you choose this -
Spawning at dynamic coords. Particles on a rotating actor.
by Socks ·Place the spawner at . . . -
[Free] Hot Dog Harry
by Tricycle ·• Unique upgrades -
Spawning at dynamic coords. Particles on a rotating actor.
by joshiwu ·Thank you @RThurman for responding. Let me tell you what I'm making at the moment, a painting game where you use two fingers to hold a pole with a roller on the end. So the paint doesn't spawn at -
GameSalad is acting really buggy?
by krisalfen ·I started using GS for windows yesterday, and the first thing that occured was me dragging an actor onto the stage and it completely disappeared. After a while I noticed that the actor did spawn on th -
Intelligent A.I. Path Finding with GameSalad. Has anyone ever created an A* style path finder setup?
by StormyStudio ·*I've not included the saving multiple paths to a table and then on to the server setup as that seems fairly unique to my own needs. -
Spawning at dynamic coords. Particles on a rotating actor.
by RThurman ·http://forums.gamesalad.com/discussion/60525/spawn-in-circle -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by Socks ·Rule for the Spawner: -
Spawning at dynamic coords. Particles on a rotating actor.
by joshiwu ·Can you make something spawn relative to the rotation of the master actor? Is it more simple than I'm making it? -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by klickink ·If its not clear the "spawn the spawner" actor is the only one you would put on the scene. -
Help! - issues not being able to set or inherit layer / Z depth for spawned actors?
by Japster ·Thanks for the fast responses though! - Will try these out tonight - Duplicate sounds interesting - I'm spwaning over 100 actors though, using each to spawn a fresh one until a limit/total is hit, so -
Help! - issues not being able to set or inherit layer / Z depth for spawned actors?
by jamie_c ·The Spawn Behavior has an option to spawn in front of or behind the spawners actor or layer, but other than that you can't change layer order at run time. -
Help! - issues not being able to set or inherit layer / Z depth for spawned actors?
by Japster ·I spawn board cells into a game board, the edge graphic of which, is visually 'higher' than the cells. The prototype and design-time instances of these cells are in the correct layer, and shadows fro -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by ookami007 ·1) Create a spawn actor. You then set a attribute on the spawn actor called spawnTime. Set spawnTime to game.Time + floor(random(1,5))