I have seen scripts of games that say scrollx and velocity. Where do I learn scrolling and velocity? PLease help.
Offline
http://scratch.mit.edu/forums/viewtopic.php?id=2440 That is scrolling. Now velocity, well, here is the gist of it:
You have a variable that controls the speed (usually the rate of fall). Now you decrease this number to make things fall faster or slower.
For running, you make it so it changes the X position as well as increases. But one thing to remember: always multiply by .98 or another decimal to get it to actually lower itself
Offline
I also added an extra extension on archmages tutorial, here http://scratch.mit.edu/projects/deatheater/248002 that explains 2 player scrolling if u want a go
Offline