by ckn087 » Tue Sep 13, 2016 1:43 am
How do I make my game background follow my view? I'm trying to get my background to follow my view after I destroy the last actor on the screen to go to the next wave. I used the format view.x=view.x +640; but I don't know what I'm doing wrong. Also I'm trying to set it to where it doesn't immediately switch to the next screen by using a timer. This is how I have it set: When actor is destroyed, create timer (next wave) 2000 ms. Then I have tried to set the timer on my destroy actor which I'm assuming doesn't work because it has been destroyed? But I have also put the timer on the player actor or background and neither works. Please help!!