Scrolling Background (on small scene)
Eastbound
Member, BASIC Posts: 1,074
I would like to make a scrolling shooter using a scene size 480 x 320 and just have the enemies and backgrounds scroll to give the illusion of movement. How could I make a background scroll like that?
Comments
first go to your scene attributes and change the scene width to double, or however long you want, the scene size to 960.
Then add the same actor bg in you scene. have them next to each other so it takes up the whole 960 width.
Next add a move attribute moving in the right to left direction at a slow rate of about 30.
What if I wanted it to scroll quickly, which would make it be a massive image. No way to scroll infinitely?
in your background image (480x320) insert this function:
-Move
direction 190° , speed 30
-Replicate:
Replicatedirection "0" copies 1000 spacing 50