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

#1 2009-05-29 18:18:00

Sushiboy6
Scratcher
Registered: 2009-05-29
Posts: 9

Resizing image when uploading

This is my first upload.
I have an image in my game that when i upload becomes much smaller. The problem may be that image is set to begin at 600% size and then move left and right as a type of screen scroller. However, until it becomes the right size the whole game is unplayable. I tried uploading from a mac and pc.

Any help would be GREATLY appreciated. Thanks.

Offline

 

#2 2009-05-29 20:13:48

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Resizing image when uploading

There are certain differences between how the scripts run on Scratch and how they run on the Java Player (online).  One of the big differences is the maximum size at which a sprite will display.  On the Java Player, sprites will not display larger than the screen size...although I have a dim recollection of somebody finding a way to trick the Java player.  Anybody have a work around?


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#3 2009-05-29 20:27:38

Sushiboy6
Scratcher
Registered: 2009-05-29
Posts: 9

Re: Resizing image when uploading

ah yes that must be it, thanks paddle. If anyone would find that i would very grateful. Ill go ahead and try some things myself, if i figure it out on my own ill let you know.

Offline

 

#4 2009-05-31 05:40:25

justbanana
Scratcher
Registered: 2009-05-06
Posts: 16

Re: Resizing image when uploading

Paddle2See wrote:

There are certain differences between how the scripts run on Scratch and how they run on the Java Player (online).  One of the big differences is the maximum size at which a sprite will display.  On the Java Player, sprites will not display larger than the screen size...although I have a dim recollection of somebody finding a way to trick the Java player.  Anybody have a work around?

It's pretty simple:
Say you want a 480x480 sprite to become twice the size on java player. You make a 1x1 costume, set the size to 200%, then switch to the larger costume.

Offline

 

#5 2009-05-31 08:25:31

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Resizing image when uploading

justbanana wrote:

Paddle2See wrote:

There are certain differences between how the scripts run on Scratch and how they run on the Java Player (online).  One of the big differences is the maximum size at which a sprite will display.  On the Java Player, sprites will not display larger than the screen size...although I have a dim recollection of somebody finding a way to trick the Java player.  Anybody have a work around?

It's pretty simple:
Say you want a 480x480 sprite to become twice the size on java player. You make a 1x1 costume, set the size to 200%, then switch to the larger costume.

Thanks!  That's a great tip  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer