Yeah, I know that this question has been asked a million times before. But really, how do you do scrolling??!! It has something to do with the number 480, but im really confused, could anyone help???
Offline
Scrolling on the Scratch wiki.
Offline
thanks!
Offline
I follow all of the directions, but it won't let me use moe than three or four full-width (screen width) terrains. Any help here?
Offline
First background:
when gf clicked forever set x to ((scrollx) + ((0) * (480))) endfor the second:
when gf clicked forever set x to ((scrollx) + ((1) * (480))) endfor the character:
when gf clicked forever if <key [right arrow v] pressed?> change [scrollx v] by (-3) end if <key [left arrow v] pressed?> change [scrollx v] by (3) end end
Last edited by berberberber (2012-05-27 22:14:52)
Offline
berberberber wrote:
First background:
when gf clicked forever set x to (<(scrollx) + (<(0) * (480) >) endfor the second:
when gf clicked forever set x to (<(scrollx) + (<(1) * (480) >) endfor the character:
when gf clicked forever if <[right arrow v] pressed> change [scrollx v] by [-3] end if <[left arrow v] pressed> change [scrollx v] by [3] end end
Scratchblocks fixed
Offline
mythbusteranimator wrote:
berberberber wrote:
First background:
when gf clicked forever set x to ((scrollx) + ((0) * (480))) endfor the second:
when gf clicked forever set x to ((scrollx) + ((1) * (480))) endfor the character:
when gf clicked forever if <key [right arrow v] pressed?> change [scrollx v] by [-3] end if <key [left arrow v] pressed?> change [scrollx v] by [3] end endScratchblocks fixed
NOW they're fixed
Offline