We have a nice Wiki article on it.
Ask if you have any questions!
By the way, this belongs in Help with Scripts.
Offline
For the terrain
when gf clicked forever goto x: ((scrollx)+((480)*(0))) y: (0) // you can have 0 as anything endFor the player
when gf clicked
set [scrollx v] to (0)
forever
if <key [right arrow v] pressed?>
change [scrollx v] by (-1)
end
if <key [left arrow v] pressed?>
change [scrollx v] by (1)
Last edited by SFollis (2012-08-29 15:21:40)
Offline