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

#1 2013-03-29 15:59:35

cauzality
New Scratcher
Registered: 2013-03-19
Posts: 44

better ways to scroll?

i was wondering your favorite ways to make a side scroller. currently, i use a scroll/offset variable to control the visibility and position of sprites. I don't really like explicitly coming up with coordinates for everything.

I tried to make a level outside Scratch and import the image in but it reduces the size of it to the size of the of the Scratch window. Is there a way to do this? Or possibility another way that is equally convenient?

Thanks.

Offline

 

#2 2013-03-29 23:19:28

bob6
Scratcher
Registered: 2010-07-01
Posts: 100+

Re: better ways to scroll?

Well, everything has to be at most the size of the screen (I think) so unfortunately you will have to cut up your custom-made level into chunks of 360x480 pixels.


http://i46.tinypic.com/3148ksz.gif

Offline

 

#3 2013-04-07 16:22:57

cauzality
New Scratcher
Registered: 2013-03-19
Posts: 44

Re: better ways to scroll?

that's too bad, thank you.

Offline

 

#4 2013-04-07 16:51:19

PaulKoning
Scratcher
Registered: 2012-11-14
Posts: 1

Re: better ways to scroll?

Try to build a level with little sprites. I made an example here: http://scratch.mit.edu/projects/PaulKoning/3165227

Big sprites (480x24) will make your game slow.

Offline

 

Board footer