This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-11-27 15:28:30

khh1234
Scratcher
Registered: 2012-11-13
Posts: 2

How do you make the screen wall move

i want to be able to make the backround scroll, but i have no clue how. someone help me!! im clue less!

Offline

 

#2 2012-11-27 16:58:05

scratchyrocks
Scratcher
Registered: 2012-09-29
Posts: 19

Re: How do you make the screen wall move

Okay!  I am experienced with scrolling, so I will give this a shot. 

when gf clicked
forever
if <key left arrow pressed?>
change [scrollx v] by (-4)
 end
if <key  right arrow pressed?>
change [scrollx v] by (4)
 end
when gf clicked
forever
set x to <<scrollx > + <[480] * [0]>>
 end
remember, change the end to 480 * the platform number

Offline

 

Board footer