-
Good example of survival style game? (endless waves of enemies) - for iphone
by UtopianGames ·Could have a spawner actor that knows how many enemies are on screen so when you have an enemy spawn use something like "enemy = enemy +1" if enemy < 10 spawn enemy. -
8 Bit Shooter "Max Vector : Resolution" - NOW LIVE IN THE APP STORE!
by AfterBurnett ·I've never had it not spawn bullets either... and I've played it for hours at a time! Very odd. -
8 Bit Shooter "Max Vector : Resolution" - NOW LIVE IN THE APP STORE!
by Hachiko ·Not to mention that I was forced to reset it one time, cause it got too laggy and bullets won't spawn anymore (just 2-3 bullets after I hit the button 10 times), maybe a ram issue. -
HOW TO SHOOT without haveing to hold down
by scitunes ·spawn bullet -
How can I make a level with different environments?
by iDeveloperz ·" mean I can't just spawn a platform or wall in front of me after 15 seconds or so, I mean it works for enemies but, not the environment. " -
How can I make a level with different environments?
by FatalCrest ·and lately I've been stuck having problems with making a unique level, I'm doing a side scroller and I'm wondering how can I have actors outside of the view safely without it being destroyed. -
HOW TO SHOOT without haveing to hold down
by Ruslan21 ·in you actor that you want to shoot every 5 seconds, put behavior "spawn actor" -
how to have an infinite background
by iPhoneDevForMe ·--Spawn actor Bacground -
Spawn Actor At Touch?
by Valan ·Spawn actor -
Spawn Actor At Touch?
by StusApps ·Select the square and edit it. Set a rule for touch pressed. When you set the spawn rule for position use the new playerX and playerY as the coordinates. This will make them spawn at your finger press -
Spawn Actor At Touch?
by peachpellen ·I want to spawn an actor every time a player touches a space inside a square. -
Cant get particle affect to work
by reddotinc ·If you spawn the actor at 0,0 relative to the actor then they will spawn where the actor is destroyed and you will get the desired effect. -
Cant get particle affect to work
by wroachbarrette ·[spawn rate: -
Spawn Actor at Random Location
by Hachiko ·when it reaches what you set, spawn actor at x random (1,1000), y random (1,000). -
Spawn Actor at Random Location
by GameCre8tor ·I was just wondering how to spawn an actor at a random location on my 1000x1000 pixel map on a timer. -
Particle & Destroy Behaviour workaround?
by wroachbarrette ·i was having the same issue you should just destroy the actor then at the same time spawn the particles it would be easier than having to create new attributes for every actor you have spawn -
TOXIC ROACH HD - NEW GAME IN DEVELOPMENT!!!
by synthesis ·I am recycling actors. The roaches are 10 in count and are recycled. The only spawning are the weapons. -
Different constraining actors
by skippy ·attribute for say 5 pans how would i randomly spawn the 5 different pans with these different attributes on the screen ? Would i need 5 different spawners or can i just spawn the different pans from -
Snake Game?
by Hachiko ·I think that for the spawn of the little bits of the tail, you can just use something like when headsnake collides with food change global attribute to "spawn". -
GS has a SERIOUS memory flaw - a show stopper for devs - PLEASE PROVE ME WRONG!
by Neverbe ·This memory problem is only about physics? My game have 0 physics, 0 spawn actor, only some "Change Image",lot of "Change Text", 4 or 6 "Move To"