-
Platform Runner (Like Panda Run) Actor Running + Collision problems
by andrewpullos ·I am try to make a game like "Panda Run" where you create the level, spawn a actor & the actor auto runs through the level. All the player has to do is hit the jump button an -
How to destroy and spawn actor?
by michaeln93 ·I am trying to create a platformer game where the player collects as many coins as he can to score points. The problem is that I want the coins to disappear when the player touches it. To do this I pu -
How to make an infinitely big level?
by Socks ·what you said: "execute it without a spawn and using a static star BG or one that moves slowly and wraps/changes pos" . . . I think that could work too . . . here's a very rough dem -
How to destroy and spawn actor?
by michaeln93 ·My game I am collecting coins but when I put collides with player and destroy the coin doesn't appear anymore. What do I do? I want it to disappear when the player touches it but also spawn again rand -
Respawn freezing and collide problems
by Alano ·*So for testing I only have 1 rock being spawned. I got major freezing with colliding this one rock! The last game version I had four different rock actors falling down and upon last collide, that wou -
How to make an infinitely big level?
by hesdeadjim ·constrain the ship's fake position to a global, then save the enemy spawn relative start coords. -
Spawn Images for actors
by aliz94 ·(Quote) -
Spawn Images for actors
by opa ·Do you want spawn new actors or just change the image of an actor? -
Spawn Images for actors
by aliz94 ·but I want to spawn the images in the order 1, 2, 3, 4 -
Release Candidate 0.11.0.11 is available!
by SlickZero ·for a long time, personally. Could be something unique to your system or project. -
Make actors go after another actor?
by scottharrrules43 ·Use spawn actor -
How to make an infinitely big level?
by natzuur ·Spawning off screen and moving on screen is still possible with whats laid out here. -
How to make an infinitely big level?
by Socks ·This effect is achieved by spawning objects and moving them in the opposite direction to where the spaceship is pointed, I think we've been over this a few times now -
How to make an infinitely big level?
by Ctrl 5 ·but not move anywhere. I want the enemy ships to spawn outside of the screen and move around untill it is visible on the screen. Once the enemy ship is visible I want it to move twards the main actor -
Problem with destroy actors and spawn actors
by agueis ·actor, when all actors are destroyed i want to spawn actor 1 in the same position after 2 seconds spawn actor 2 in the same position and after 3 seconds spawn actor 3 in the same position, when finis -
How to make an infinitely big level?
by Socks ·(Quote) -
How to make an infinitely big level?
by LucidFuel ·Your creating an illusion. The ship NEVER moves. it says in the middle, You make everything else spawn and move around it to make it look like the ship is moving. -
Respawn freezing and collide problems
by Alano ·Freezing: I do have a Timer and I had the Spawn command in it. I then removed the Spawn command out of the Timer and turned the Timer OFF. Still had the same issue. After reading your reply I will re -
Respawn freezing and collide problems
by Hopscotch ·Freezing: It seems like you could have your condition in a 0 timer making the actor spawn new actors endlessly? This would explain the freezing and jitteriness. -
same time spawning issue
by devmatt ·We have three different actors spawning at random intervals. Occasionally they more than one actor will spawn at the same time. How do we make it so that they never spawn at the same time?