I need to try to figure out a formula for scroll y. I'm sure lots of over people want to figure it out too. So if we scratchers all put our heads together we can figure it out. It will be a revolution in scratch!
This is what iv'e got so far:
terrain 1
[scratchblocks]
when gf clicked
forever
set y to < (scroll y) / [5]
end
terrain 2
[scratchblocks]
when gf clicked
forever
set y to < (scroll y) / [10]
end
Offline
***Extra***
Character
[scratchblocks]
when gf clicked
forever
if <key (down arrow) pressed?
change (scroll y) by (10)
from the if, down arrow would be up and change y by -10
Offline