Scrolling is something people use in games it make it so when a character moves it automatically moves to the next screen( if you don't get what I'm saying it's an example project. Scrollx is the variable most people use to make a scrolling game
Offline
Go to the example game ScrollingDemo
Offline
No. It's named Scrollingdemo
Offline
ScrollX refers to scrolling horizontally, or on the x-axis, hence the name ScrollX.
Offline
It is basically the name given to the variable (not that the name matters) which is used to make scrolling games.
Offline
scrollX is a variable that helps create scrolling, it is the most popular method:
<{ scrollX }>
This helps things scroll. Scrolling is when the background moves (used in Super Mario Bros, Sonic type games) where you can go along through different backgrounds. However, the background is a sprite, LOTS of different sprites, called terrains. Type in scrolling in the search box and see if you can find the script. If not, post it on this forum and I will write it for you.
Offline
You can download my project http://scratch.mit.edu/projects/KobyStudios/2003639 and check it out
Offline