-
Help with Doodle Jump
by Articulator ·I have a couple of Year 9 students working on a Doodle Jump type game. We have mastered quite a few of the things to make the game. They can jump, bounce, move, spawn actors. We have been trying to di -
Destroy Child Actor
-
Destroy Child Actor
by tatiang ·Yes, as long as the parent actors each spawn their own child actor. -
Destroy Child Actor
-
Destroy Child Actor
by tatiang ·Have each parent actor spawn a child actor in this fashion: -
A problem with spawn actor (windows)
by orenn27 ·(Quote) -
A problem with spawn actor (windows)
by Socks ·(Quote) -
A problem with spawn actor (windows)
by orenn27 ·(Quote) -
A problem with spawn actor (windows)
by Socks ·(Quote) -
A problem with spawn actor (windows)
by orenn27 ·the timer is together with this spawn rule: spawn actor: actor2 , palce: in front of actor. -
A problem with spawn actor (windows)
by orenn27 ·(Quote) -
A problem with spawn actor (windows)
by Socks ·Could you post a screenshot of your Spawn rule ? -
A problem with spawn actor (windows)
by orenn27 ·Hi, I want to spawn an object randomly with an empty spawn actor, but the object goes down to the left corner of the screen. -
Jump through platform - Actor is colliding with side of platform
by Socks ·(Quote) -
Jump through platform - Actor is colliding with side of platform
by toastytee ·otherwise: Spawn actor (platform), destroy self -
RossmanBros Next Game - WIP - Get Me Outta Here
by RossmanBrothersGames ·I also went back and used this feature with the cows shooting animation. If I have the actor spawn bullets on the exact frames that the shots are being made it looks very smooth. I really think there -
to spawn two different actors and do not's data with the same position
by SoAGAMES ·I have two different actors that are generated by spawn and pocision the establesco with random. as I do so not in the same position when they appear -
actors that are generated in the same position ?
by tatiang ·But if you need to keep two spawned actors apart from each other, I would spawn one actor and then have it spawn the second actor at a certain distance away from itself. You'd need to worry about sce -
actors that are generated in the same position ?
by SoAGAMES ·(Quote) -
actors that are generated in the same position ?
by tatiang ·You want two actors to spawn at a certain distance from each other, but in a random location?