Page 1 of 1

background to follow view

PostPosted: Tue Sep 13, 2016 1:43 am
by ckn087
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!!

Re: background to follow view

PostPosted: Fri Sep 16, 2016 4:09 pm
by ITomi
Can you attach here a .ged file about your program?