-
Why when I preview my game in my Android spawn 2 actors sequently (when would be only one)
by IqualGames ·The fisrt time I try it's perfect, but when I lose and then I press again the scene Spawn 2 actors, and I don't know why. Why if the first time I play it's perfect only spawn actors every 1 second, th -
Power ups problem please help!
by yattamove ·How do you spawn the basic bullets? -
[Solved] Is there a way to spawn off screen?
by KC_Games ·Yeah, I thought that is was possible but for some reason my spawners dont work offscreen and are perfectly fine onscreen. I included a screen shot of my spawner code too. Basically, every second a ran -
How can i make the Boss shoot multiple bullets at same time?
by Hopscotch ·You can spawn the same bullet actor multiple times with no problem. Or what do you want to achieve specifically? -
How can i make the Boss shoot multiple bullets at same time?
by AlphaCentori ·Also do you know how to spawn multiple bullets without putting an actor for each bullets? -
[Solved] Is there a way to spawn off screen?
by RossmanBrothersGames ·@DreamsComeTrue should work can you send a screen of the spawn behavior? I spawn from off screen actors. -
[Solved] Is there a way to spawn off screen?
by KC_Games ·I am making a zombie archery game and want zombies to spawn onscreen and off screen, but my "spawners" don't work offscreen.(Image) -
power up menu
by tatiang ·You could use the drop-down menu template I created but spawn the menu title just above the player actor. -
Slot Machine Logic
by Tiny_Ideas ·In the table, you just name each cell their unique code as to how you want to actor to be known in its position. (a simple 1 -25 would be easy enough) -
Armelline's Free Stuff For Everyone (check first post for the latest update!)
by Armelline ·(Quote) -
spawn random actor with table
by http_gamesalad ·Youre just trying to spawn doors in random positions? -
Random Generation
by ookami007 ·You'd need to have a conditional in the spawner that looks at the distance between it and the player actor. -
Smoke under a actor
by simon31184 ·Hi, I do it with a mud spawner, when my player goes on the mud it get out drops on his feets. -
Attack animation help!
by simon31184 ·My solution was to spawn and immediatly destroy an invisible actor on the sword side when the button is pressed, and it works, but it doesn't make damage on collision with my enemy (he collides but th -
Random Generation
by zacmcyay@gmail.com ·is there a way i could make it only spawn if you are near where it would spawn -
spawn random actor with table
-
Is This Possible In GS?
by Thunder_Child ·SPAWNER, -
Random Generation
by ookami007 ·Technically, you could put a spawn actor routine to spawn the same actor with an offset of self.width to the X or Y. Then one spawns one, which spawns another, that spawns another, etc. -
Trying to make actors spawn with accelerating speed, any help?
by jhdeveloping ·So I am trying to make my actor spawn in random location so that the time between spawns is decreased as the time goes, but I can't get it work. The actor is now spawning every 5 seconds even though I -
Is This Possible In GS?
by yattamove ·Give your falling asteroids a MOVE TOWARDS behavior. You spawn them above the camera randomly then move towards the player actor.