-
Scene attributes
by Summation ·(Quote) -
Scene attributes
by cgaliano ·how do you then deal with counters and things that build up within a scene, but are to be reset at the beginning of every new scene? say for example you need to kill a number of enemies on every scene -
my game
by Georgeolnians ·how do u use tables to spawn obstacles -
Spawner spawns 2 actors instead of 1?
by TitanFury ·Spawn actor ball -
Actors: appear and disappear in a fixed position but never at the same time with timer 120
by Phe Nix ·(Quote) -
Actors: appear and disappear in a fixed position but never at the same time with timer 120
by Phe Nix ·i've got 9 actors on each fixed position and i want to let them appear and disappear never at the same time(random is best), for 1 sec,with a 120 sec attribute timer.(with a spawn slash image, fx soun -
Spawner spawns 2 actors instead of 1?
by Manto ·What are the rules you use to pick one actor of the two? Sounds like it could be randomly spawning either 1 actor or both (instead of one of the two). -
Spawner spawns 2 actors instead of 1?
by TitanFury ·So I'm testing my game out to see how it looks on my phone using the gamesalad viewer and the computer preview but the spawner which I have set to only spawn one actor decides to spawn 2. It doesn't d -
spawning in set positions
by joelloyd ·im stuck on trying to get a 10 actors spawn in a set of positions. I want there to be 24 different positions and all actors randomly get asigned one, no repeats. How would i go about this? Im stuck on -
How to spawn an actor behind another actor that spawns randomly?
by FastlaneSuccess ·past it. How do I make this transparent actor spawn after every obstacle? My obstacles spawn randomly, so idk how to accomplish this. -
How to not let actor spawn where other actor is
by Mayhem_Madness ·Hi tatiang, I thought I had it working, but it's not. All I wanted was the actor to spawn In between two actors one at the top of the screen and one at the bottom of the screen. Both actors cover the -
How to not let actor spawn where other actor is
by jamie_c ·One way might be to just check for a collision when the actor is spawned, if it is colliding with another actor it shouldn't, destroy it and re-spawn it in a new spot. Then repeat the check... -
How to not let actor spawn where other actor is
by tatiang ·It's easy enough to prevent an actor from spawning exactly where another actor is but I'm guessing you want the next spawned actor to spawn somewhere there is currently no other actor and that you mig -
Need this game mechanics!
by Chunkypixels ·A basic way of doing it would be to Spawn a tile in an offset direction from the last tile, throw in a random function so that after 2-8 tiles it changes the direction of the spawns. then build the re -
Need this game mechanics!
by Mr.Noname ·I want to spawn a road/path in 90 degree parts (like the streets of New York) so the actor has to move on the road/path. The actor will be moved by two buttons(90 degrees left and by the other button -
How to not let actor spawn where other actor is
by Mayhem_Madness ·how do i not let an actor spawn where a different actor is, my different actor is in the bottom right of the screen. -
my game
by Georgeolnians ·I have worked how to spawn the pads now but they keep on overlapping each other -
my game
by Georgeolnians ·this doesn't spawn new pads randomly -
my game
by Georgeolnians ·can u just tell me how to randomly spawn pads in front of the actor that's all I want to now -
Spawning problem?
by http_gamesalad ·@rthuman & @lovejoy what if I spawn multiple yellow lines 10px by 10px the width of the screen & tell it destroy when it collides with the white line? I set my rule up like that with m