-
Building Jumper - out now!
by jonmulcahy ·I forgot to mention, this is my first game to use the networking function, I'm using it to see how far each player gets in the game using a custom generated non identifying GUID I created (see my thr… -
New games - Fast Birds & Fast Fishes
by RolleTjena ·(Quote) -
how to spawn and destroy spawned actors
by sswisehaupt ·When he drags it over another actor it will be destroyed. When I spawn actor, how would I save it to a table. The player can spawn as many as he wants and drag them around the scene. I need to be ab -
Random Spawning but with a count?
by jamie_c ·In the spawn behavior there is the spawn offset for X and Y location. You can use an Attribute there and increment it to spawn in a line. -
how to spawn and destroy spawned actors
by tatiang ·You would use When Touch is Pressed, Spawn Actor. How does the player delete an actor that has been spawned? By clicking/tapping on it or some other way? -
how to spawn and destroy spawned actors
by sswisehaupt ·How do I have a actor when touched spawn a different actor to screen and also to a table. My intension is when a player touched an actor it will spawn the same actor as many time as the player would -
spawning a lot of actors at the sametime
by MentalDonkeyGames ·If you want them to spawn EXACTLY the same time, i think that´s the only way. -
spawning a lot of actors at the sametime
by http_gamesalad ·@NipaDidIt I thought about that.. but I thought there could be an easier way.. maybe like use an integer or something... cause my problem is that I want to spawn them at random... like 10 one time, 1 -
spawning a lot of actors at the sametime
by MentalDonkeyGames ·Make 10 "spawn actor" behaviors. -
spawning a lot of actors at the sametime
by http_gamesalad ·How can I spawn actors at the same exact time (example 10 at a time) -
Random Spawning but with a count?
by http_gamesalad ·@jamie_c hey sorry to bother you again but lets say I wanted to spawn a bunch of random actors at the same time example 10 at one time in a straight line how can I do this? (Image) -
Random Spawning but with a count?
by jamie_c ·if actorCount is < 30spawn your actor here... -
Random Spawning but with a count?
by http_gamesalad ·Hello, I would like to know how to achieve a random spawn but with a count every time. -
mimicking scroll up and down of apple apps
by jsorr2 ·@sawkastee it would need to be in every actor manually. Of course you could just spawn duplicate actors with the code in it already. -
[Solved] Crashed
by Socks ·Check your spawn actor is not spawning itself (by accident). -
[Solved] Crashed
by PRRP games ·I sorted out that when i put off my 'spawn actor' in my platform attribute, the game doesn't crash. -
New games - Fast Birds & Fast Fishes
by KillerPenguinStudios ·* Doing the above thing will allow you to spawn and destroy things off screen -
Spawning different actors on the same spawner?
by Socks ·Spawn Actor 1 -
Spawning different actors on the same spawner?
by zajinakajazz ·Hi guys, I was wondering if spawning different actors on random sequence on the same spawner is possible? Also, can I give % chance occurrence to an actor to spawn? Thanks! -
Moving spawned actors to new location.
by sswisehaupt ·Great. Learned something new. How can a spawner spawn same actors to a table position so that only one can be deleted later in game.