Move Camera Origin At x Speed After x Seconds

SmokeyAce73SmokeyAce73 EarthMember Posts: 370

I'm currently working on a game and the aim of the game is to keep a ball from hitting the ground.

I have a background image at the size: 360x2400 (there are 5 different backgrounds put into one on top of each other)
I want the background to move after say 5 seconds to the next level (I have worked out the camera origin's Y would be at 480 for the second level.

I have tried
RULE
If timer >= 5 seconds
DO
Change attribute scene.camera.origin.y to 480

This does change the camera origin to the second level but it just changes, doesn't move

Developer For BLUNTentertainment - Feel Free To Message Me! - Free Beginner Templates!

Best Answer

Answers

Sign In or Register to comment.