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

#1 2011-12-28 11:51:12

l0ve1y
Scratcher
Registered: 2011-08-27
Posts: 100+

Scrolling down ?

I'm trying to create a credits page for a movie I'm making, but I need help on scrolling. Not using arrow keys, or anything like that, but just having it automatically scroll down, like you seen in the theaters. Any ideas?  smile


http://www.tagmybffs.com/upics/v2l4v5b78olj3x.png

Offline

 

#2 2011-12-28 13:32:08

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Offline

 

#3 2011-12-29 04:34:15

Flait7
Scratcher
Registered: 2008-04-14
Posts: 100+

Re: Scrolling down ?

A really simple method is to time it. Make the scrolling items

<set y to( -180 )>
<wait( x )secs>
<glide( y )secs to x sad  )y sad  180 )>

Last edited by Flait7 (2011-12-29 04:34:32)


http://scratch.mit.edu/static/projects/Flait7/2248016_sm.pnghttp://scratch.mit.edu/static/projects/Flait7/1827934_sm.png

Offline

 

#4 2011-12-29 09:32:04

l0ve1y
Scratcher
Registered: 2011-08-27
Posts: 100+

Re: Scrolling down ?

Yes, exactly like that! Except a bit faster.  smile


http://www.tagmybffs.com/upics/v2l4v5b78olj3x.png

Offline

 

#5 2011-12-29 13:57:02

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Scrolling down ?

Try:

When I receive 'Start credits'
Go to x: 0 y: 180
Glide [#] seconds to x: 0 y: -180

I hope this helps!  smile

Last edited by RedRocker227 (2011-12-29 13:57:33)


Why

Offline

 

Board footer