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

#1 2009-08-10 08:29:02

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

how to scroll

i need help to scroll 2 sprites forever i mean even arter it is over it must scroll


http://i.imgur.com/uH8sS.png

Offline

 

#2 2009-08-10 08:37:11

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: how to scroll

Try this.

Offline

 

#3 2009-08-11 22:42:26

Wickimen
Scratcher
Registered: 2009-08-02
Posts: 1000+

Re: how to scroll

try this
<key[ right arrow ]pressed?><move( 3 )steps><point in direction( 90
and so on...
hopefully this helps  smile


xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Offline

 

#4 2009-08-14 12:47:26

thedefenderofdeath
Scratcher
Registered: 2009-08-13
Posts: 10

Re: how to scroll

this is how i do it

<when green flag clicked>
<set{ scroll x }to( 0
<repeat until>
<forever if><key[ right arrow ]pressed?>
<change{ scroll x }by( -5


<when green flag clicked>
<set{ scroll x }to( 0
<repeat until>
<forever if><key[ left arrow ]pressed?>
<change{ scroll x }by( 5

Offline

 

Board footer