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

#1 2010-05-07 21:03:23

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

How do you make terrain move

If you are at the end of the screen how do you make a new backround with out hitting any buttons.

Last edited by 4lover (2010-05-07 21:03:37)


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#2 2010-05-07 21:44:12

frozenveinz
Scratcher
Registered: 2010-04-24
Posts: 28

Re: How do you make terrain move

Put this script

[blocks]
<when green flag clicked>
<forever>
<if> <touching[ the wall or edge or whatev
<broadcast[ next

then put this on the stage
<when I receive[ next
<next costume>


on the stage, draw your backgrounds as costumes. Enjoy


http://i970.photobucket.com/albums/ae184/frozenveinz/RickRoll.gif

Offline

 

#3 2010-05-08 18:03:59

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: How do you make terrain move

If you want to try something more advanced you can try scrolling. Scrolling is where the backgrounds flow together smoothly. Here is a tutorial for scrolling: http://scratch.mit.edu/projects/WeirdF/678431


http://i42.tinypic.com/2rot8c2.png

Offline

 

Board footer