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

#1 2008-03-09 12:42:59

teguki
Scratcher
Registered: 2008-03-06
Posts: 72

longer stages?

it would be good if you could extend the stage (but its still the same during play).

so, when you are building/programing the game there would be a scroll bar to view the whole thing, and objects could be placed along it, there would not be a limit to the amount of space going up or down or left or right (or mabey there would, but it would be a long way before you reached it). it would make the programing of scrolling games much easier and allow for a better game on the whole.

please comment

Last edited by teguki (2008-03-09 12:59:11)

Offline

 

#2 2008-03-09 12:52:10

Lanie
Scratcher
Registered: 2008-02-03
Posts: 1000+

Re: longer stages?

good idea, it would be easier if we did that

Offline

 

#3 2008-03-09 16:07:53

heybrian1
Scratcher
Registered: 2008-03-02
Posts: 100+

Re: longer stages?

You can do that. You right click the place where everything happens and click "grab region for sprite" and drag near the X and do the whole screen. Then you go to sprite and do the box thingy and select the whole thing to make it white. It does lag though.


I am Heybrian. Yes, the "Ask me anything, for i am a pro scratcher" Thread IS mine.

Offline

 

#4 2008-03-10 16:40:40

teguki
Scratcher
Registered: 2008-03-06
Posts: 72

Re: longer stages?

no i mean that the actual stage is longer/taller. not just a sprite.

if there is a scroll bar and you can place things waaaaaay off the original screen, it would be easier to make scrollers, and possible to make scrollers with pickups along the way and enemies in precise positions

Offline

 

#5 2008-03-12 11:13:31

starkiller2
Scratcher
Registered: 2007-10-27
Posts: 40

Re: longer stages?

yes, but you can do that with varibles, too.

Offline

 

#6 2008-03-12 11:42:04

teguki
Scratcher
Registered: 2008-03-06
Posts: 72

Re: longer stages?

eh, tell me more, PLEASE!

Offline

 

#7 2008-03-13 12:27:10

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: longer stages?

Scratch doesn't support sprites going beyond the edge of the display area, so scrolling requires "working around" the built-in limitations.  The stage (or background) is limited to 480 x 360.

There are a lot of examples out there if you search for "scrolling".

In general, scrolling involves using sprites as the background, and moving them opposite the direction the "character" is moving.  The characters must be controlled and tracked using variables if they are to operate "off screen".

-MrEd

Offline

 

Board footer