-
Destroying Spawner Actor?
by PangitQuest ·I need to add more shapes or colors, so if I can spawn new ones by adding a code or just destroy the whole spawn actor and replace it with the new one at game.score 200.. -
Bullet Hole Problem
by wouter ·if crosshairs collides with background then spawn bullet hole actor small -
Bullet Hole Problem
by GLJ27 ·and I have 3 objects I want the bullet holes to spawn on (background, a rock, and the water) so I have it setup so if the bullet hole collides with the background I have it spawn the small bullet hol -
"Dummys Only" on App Store
by Bahoz ·Do you think you are intelligent? If so, then we would like to see you prove it. If you believe your a dummy, then you have found your next favorite game. Gather your friends and family to enjoy this -
Destroying Spawner Actor?
by wouter ·search in templates (online) zombie space invaders, they are using area's with timers to spawn zombies (don't know if this is what you're looking for^^) -
Timer delay before spawn?
by Stormtrix ·Timer After 2sec. Spawn new Actor -
Need to keep spawned characters from scrolling with the scene
by SAMman ·So I have spawn character set up and I want to make it so that the character doesn't scroll with the scene. I am not sure how to do that since it spawns and is not shown in layers. Any ideas? Thanks! -
Destroying Spawner Actor?
by PangitQuest ·I actually copied my spawn actor here, and it works great, but I cant find a way on stopping or adding more spawn actor, unlike with tshirtbooths tutorial at youtube, and thanks to entersimon I got wh -
Destroying Spawner Actor?
by wouter ·but you can make a timer with every ...(20) seconds spawn actor and when score is over 200 you can make that timer to spawn every 10 seconds... -
Destroying Spawner Actor?
by PangitQuest ·yes, I was thinking of adding more actors to spawn at 200 but cant find a solution after searching in the forum and in the list of examples in making a new project, so I plan to destroy and replace it -
Destroying Spawner Actor?
by wouter ·you want to let a new actor spawn by a score of 200 where the old actor was destroyed? -
Destroying Spawner Actor?
by PangitQuest ·I have been trying to find ways to spawn new actors in my spawner with no luck, so I am thinking on destroying the spawner itself and putting up a new spawner when it reach like the score 200.. -
Timer delay before spawn?
by AppsRacK ·Either place a blank actor or doubleclick one of your BG and unlock it. On that Place a rule which will spawn the actor 1. -
Game Creation Log - BOT
by AddictiveGames ·2) The fact that you HAVE LISTENED to the feedback on here and TA. This must have been really difficult for you since controlling TANK was quite unique, actually is was one if its 'USP' and you explai -
On Press Help
by old_kipper ·Use either a boolean or a counter in game attributes that you switch true or false, or add to or subtract from each time you kill or spawn and then reference that to switch the rules -
On Press Help
by robert.mccarthy ·On touch screen, spawn actor. -
Timer delay before spawn?
by DigiChain ·>Timer: after 2 seconds (run to completion) > Spawn actor -
Timer delay before spawn?
by DigiChain ·>Timer: after 2 seconds (run to completion) > Spawn actor -
Timer delay before spawn?
by AppsRacK ·Where do you place your spawn attributes? Maybe you could post a screenshot or video so it will be easy to identify the problem. -
Timer delay before spawn?
by DigiChain ·Quite simply I have an actor (X) setup so that when it collides with another actor > destroy X > Timer for 2 seconds > Respawn X at coordinates...