-
Reviving Actor
by tatiang ·You can also have a different actor spawn the actor again when needed. -
Reviving Actor
by EpicoreGames ·And I want it to revive when the HP integer is equals to 1 ( I have a rule which says when SELF.HP = 1 , SPAWN ACTOR ) -
Prototype actor issue
by tatiang ·Make a text game attribute called game.nextImage. Use these behaviors in the spawner actor: -
Prototype actor issue
by Jaycee ·I have a problem though. I spawn an actor onto the screen. I then want to spawn another actor off the same prototype but with a changed image. I can do that but how do I stop the first instance actor -
Spawn Location Not Accurate
by EpicoreGames ·The spawned actor doesn't fit the circle background : -
Random spawn
by Socks ·In the spawner actor: -
How do I prevent the color of my actor of bleeding through my image?
by tatiang ·Well, you don't spawn an image, you change it. -
Random spawn
by Snivy123454321 ·I need to some actors to spawn at random intervals. If I use a timer with random(min, max), it will take a random number and use it every time until the game is restarted. Any ideas? -
Spawning any of my 7 jewels at random
by Nocturne31 ·(Quote) -
Spawning any of my 7 jewels at random
by matarua ·Use this number to control rules which spawn certain gems. -
Spawning any of my 7 jewels at random
by Nocturne31 ·I have 7 different characters (jewels) and would like to spawn any one of these -
Spawning Actor Timer
by Socks ·In the Spawner actor: -
Spawning Actor Timer
by Sopanda ·So i have actors spawning in, I trying to change the spawn rate after X score/time is achieved. -
HELP! How do you spawn actors randomly?
by tatiang ·You'll need to adjust the attribute values to spawn the pipes in a different orientation but hopefully since you'll already be familiar with the software by then, you'll know how to do that. -
HELP! How do you spawn actors randomly?
by Ahlers ·than run on the bar. Anyway I need help with spawning the pipes randomly. I dont know how to get the pipes to spawn as my actor (the main actor) goes up. I want it so that as my actor goes up and pas -
Random Actor Spawn at set locations on screen using tables
by tatiang ·http://forums.gamesalad.com/discussion/76484/dont-spawn-more-than-once-in-one-spot/p1. -
Swing back and forth after colliding
by Approw ·@Socks I already figured out how to make the swing look more natural. I also swapped the spawn timers with loop. this makes loading the circle a bit quicker with less frame drops during startup.(Image -
spawn location not accurate
by Socks ·For example this sentence "i want it to spawn on an actor so i copy the x and y position of the actor i want it to be backward and paste it into my spawn actor table" is very hard to -
spawn location not accurate
by EpicoreGames ·I noticed that the location of the spawned actor is not as accurate as what I have set. I have 1 spawner actor who has the spawn actor behaviors and 10 actors ( duplicated ) placed at the background . -
[Solved] Layers, actor overlap