-
Spawning of actors
-
How to re-spawn an actor
by tatiang ·.....Spawn Actor [actor name] at [x=____] [y=_____] relative to scene -
creating a trail, unable to go back.
by tatiang ·..........Spawn actor [solid square] -
Optimization question: spawn an actor or particle?
by owen_dennis ·outward (plus a big explosion actor that is spawned when the actor destroys itself). -
How to re-spawn an actor
by tatiang ·Have you considered just moving the actor to it's original position? If you do need to re-spawn an actor, then use another actor with a Spawn Actor behavior inside of a rule that has a condition that -
How to re-spawn an actor
by MRZOOMAN ·i have a hockey game it's working fine but the only problem is when i score a goal so when i do score a goal the ball destroy it self (disappear) and i don't know how to re-spawn it (i want the ball t -
Questions about building an RPG
by POM ·a few objectives, for example, a projects that spawn actors, a project that moves an actor toward a specific point, a project that display text from table cells, doing all those stuff independently w -
creating a trail, unable to go back.
by tatiang ·I'm sure you could create rules for that. One thought is to have the dot actor spawn a "wall" actor across the width/height of the maze and have the player actor set to collide with -
Spawning of actors
by tatiang ·You've set your spawn actor behavior to choose an x value between 0 and 0 and a y value between 0 and 300. Is that what you meant to do? -
Spawning of actors
-
Spawning of actors
by Socks ·How are you currently getting your actors to spawn on the left (and move right) ? -
Spawning of actors
-
Display Text problem
by EpicoreGames ·but when i preview it , the words only show when my mouse is pressed , when i release the mouse then the words disappear what is the problem? and my main actor will spawn on these 10 actors and when i -
Control Camera with Endless Scrolling Scene?
by jamie_c ·I don't know what your levels consist of but could you leave the player in the center of the screen and instead of scrolling the scene, scroll objects at the player? This is how games like Doodle Jump -
How can I make spawned actors accelerate, then destroy themselves and come back?
by tatiang ·You can spawn and destroy if you prefer but there's probably no need. -
How can I make spawned actors accelerate, then destroy themselves and come back?
by Samster ·I mean using the timer to respawn it every five seconds in it's starting position. -
How can I make spawned actors accelerate, then destroy themselves and come back?
by tatiang ·I'm not sure what you mean by 'loop it every 5 seconds'. Is the 5 seconds the time it takes to re-spawn? Is it the time the asteroid is on the screen before it resets? -
Moving an actor in a particular axis - not working?
by jonmulcahy ·Then you Want to change your spawn value to random(284,568) instead of (0,568) -
Moving an actor in a particular axis - not working?
by Karim_S ·Yes the whole screen is the current spawn point, however I wish them to spawn from no further than the vertical halfway mark of the screen to allow the player to see the enemies coming rather than the -
Control Camera with Endless Scrolling Scene?
by sfkernan ·I have a game that spawns obstacles off-screen on top and them moves them down. The actor falls with gravity, but when touch is pressed it moves up and either to the left or the right in a jumping mot