Scrolling Background

2
  • 6 favourites

Stats

3,751 visits, 5,541 views

Tools

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hi all, I know there are some tutorials on scrolling backgrounds but in the end I decided to use the way that I did when I was using App inventor.

I use 2 images both same size as my screen size. eg 480,850

Set image 1 position at 0,0

Set image 2 position at -850

Add bullet to each and set angle of motion and speed the same for each.

For example. Vertical scroll angle of motion 90

Speed 100.

On start of layout set it all going and when each image reaches y >= 850 return it back to Y-849. Yes 849! this stops any gaps between the images!

Hope this helps!

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Even if it is after almost 5 years, I find your tutorial, and it helped me in the most simple way to do what I wanted. Thank you for making this short and good tutorial.

    • Thank you too. I am glad it helped you. I have not used Construct 2 for a couple of years now but I want to get back into it. Matthew