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

#1 2011-12-24 07:24:14

flipFLAPfish
New Scratcher
Registered: 2011-12-23
Posts: 3

Scrolling Im Still Stuck

IM still stuck on the scrolling problem. The terrain on my project doesn't move, still. I've looked at some tutorials and i have exactly the same blocks. I think theres a bug on my scratch program. p.s how do you add projects to galeeries as mine doesn't show up on the box where the projects are supposed to go.

Offline

 

#2 2011-12-24 12:30:24

ngamer
Scratcher
Registered: 2011-11-04
Posts: 100+

Re: Scrolling Im Still Stuck

It must be your character <when green flag clicked><change{ScrollX}by(1 <forever if> 
Also the land/what your character stands on must have this <when green flag clicked> <set x to(1 (( <{ScrollX}> <*>  ))((480<+>0)) sorry if you don't understand I'm not good at the block thing.Have you tryed looking at sampleprojects scrolling demo?

Last edited by ngamer (2011-12-24 12:31:42)


http://i1100.photobucket.com/albums/g416/Agentpieface/ngamer.png

Offline

 

#3 2011-12-24 12:32:57

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

Re: Scrolling Im Still Stuck

Try searching a project that has scrolling, then download it and look it over
I made  a simple left to right scroller but sadly never uploaded it
And it's on the other computer
The one without Internet. Figures.


xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Offline

 

#4 2011-12-26 17:12:19

MaxFlyboy
Scratcher
Registered: 2011-11-07
Posts: 100+

Re: Scrolling Im Still Stuck

when green flag clicked
forever start
set x to scroll x (variable) plus 480 * 0
forever end

that is for x scrolling. for y scrolling
When green flag clicked
forever start
set y to scroll y (variable) plus 360 * 0
forever end.

what that does is it sets the sprite to a locked on place. If you want to have a moving sprite on a scrolling stage. You create a ground sprite and use the code above to set it to a locked on place


http://cdn.voodoofilm.org/images/upload/thumb/viral-video-2011.jpg click the picture for an AMV

Offline

 

#5 2011-12-26 17:14:24

mcpNOVA
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Scrolling Im Still Stuck

This should be in the All About Scratch forum, right? I'll request it to be moved for you.  smile


http://i43.tinypic.com/n5fqcz.jpg

Offline

 

Board footer