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

#1 2010-12-28 15:07:20

surge1441
New Scratcher
Registered: 2010-10-24
Posts: 8

scrolling

I need to make a scrolling game. I have this so far: For sprite1:


              <when green flag clicked>
         <forever><if> right key pressed

Offline

 

#2 2010-12-28 18:29:47

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: scrolling

Try looking at the Scrolling article on the Scratch Wiki for a guide.  smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#3 2011-01-01 11:26:33

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: scrolling

Scrollers (at least, my scrollers) have an X variable.  When the main character moves, the X variable changes instead of the x position of the sprite.  Every other sprite's x position is based off of the X variable.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer