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

#1 2013-04-14 15:35:43

hjklr54679
New Scratcher
Registered: 2013-04-14
Posts: 10

How Do You Extend The Maximum Y Axis?

Title Says It All.

Offline

 

#2 2013-04-14 15:39:06

OverPowered
Scratcher
Registered: 2012-07-27
Posts: 100+

Re: How Do You Extend The Maximum Y Axis?

You don't.
Scratch doesn't let you, cause it helps new scratchers.
But you CAN use variables and a border to make sprites far off the edge "disappear", such as in this project.


Newest project: Tunnel TEST ~http://blocks.scratchr.org/API.php?user=OverPowered&action=onlineStatus~ On my mind: Unicameralism

Offline

 

#3 2013-04-14 18:11:02

hjklr54679
New Scratcher
Registered: 2013-04-14
Posts: 10

Re: How Do You Extend The Maximum Y Axis?

Ok, How?

Offline

 

#4 2013-04-14 20:10:55

OverPowered
Scratcher
Registered: 2012-07-27
Posts: 100+

Re: How Do You Extend The Maximum Y Axis?

First, one must create a variable, such as "YPosition#". You give the sprite this script:

when green flag clicked
forever
set y to (YPosition#)
And then change YPosition# just like you were changing the sprite's y position.

Next, to make the sprite look like it went up off the stage, you need a border. Make a box as large as the screen (480x360) and a dozen or so blocks deep, and make it go in front of other sprites.
If you need an example, see this project.


Newest project: Tunnel TEST ~http://blocks.scratchr.org/API.php?user=OverPowered&action=onlineStatus~ On my mind: Unicameralism

Offline

 

Board footer