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

#1 2011-07-22 22:39:23

Shin23
Scratcher
Registered: 2011-01-30
Posts: 100+

Increase sprite size %

It would be helpful (at least to me) to have the size increase more than 150%. Some things you could do with this is have an easier way of top down scrolling. That way you could have a bunch of different maps, and they would all only be 1 sprite so it wouldn't be slow. Also then you could make a sniper scope like in clear vision. It's just a small suggestion.

Last edited by Shin23 (2011-07-22 22:39:55)


http://scratch.mit.edu/static/projects/Shin23/1957329_med.png New Super Mario Bros. Scratch! (beta)
PSN: shauthegreat23

Offline

 

#2 2011-07-22 23:08:47

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Increase sprite size %

Well, you have to remember that the more you increase the size of the sprite, the more pixelated it appears because the pixels increase in size, so using a zoom method to create an elaborate scroller isn't really feasible unless you're willing to work with less detailed terrain.

Still, I don't see why the 150% limit shouldn't be increased, so I suppose I can support this idea unless someone else comes along and points out something I didn't think of. (Which is likely  tongue )


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#3 2011-07-23 09:15:56

TheHelpfulHelper
New Scratcher
Registered: 2011-07-08
Posts: 5

Re: Increase sprite size %

Actually, the size limit depends on the size of the sprite. The Scratch Cat's limit is 486, but a 4x4 pixel block has a limit of 18000.

Offline

 

#4 2013-01-07 02:17:57

beemoe
New Scratcher
Registered: 2013-01-07
Posts: 5

Re: Increase sprite size %

Thanks TheHelpfulHelper, that led me to a solution!

If you want to make a sprite larger than the limit (e.g. a background-sized sprite larger than 150%) You can set the costume to something very small, set the percent you want, and then set the costume back to what you wanted!

I have used this technique in scratch 1.4 to make scrolling backgrounds, it works pretty well!

switch to costume (tiny costume)
set size to (200)%
switch to costume (fullscreen costume)
(I see this is an old thread, but it is the one that comes up in a google search of "scratch size 150".)

Offline

 

#5 2013-01-07 03:20:13

beemoe
New Scratcher
Registered: 2013-01-07
Posts: 5

Re: Increase sprite size %

Can a member of the scratch team speak about the reasoning behind the limit?  Is it a usability reason or a technical limitation?  I would be sad if the "bug" allowing the size limit to be ignored was fixed in 2.0.

I understand there was probably a good reason, but if that reason allows the limit to be just a bit larger so that a full size sprite could be 200%, then allows people to use the "mosaic" effect with mod to easily make repeating scroll-able backgrounds in their games.  Like Shin23 was saying, there are a lot of reasons you would want to have large size values.

Offline

 

#6 2013-01-07 12:03:00

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Increase sprite size %

In 2.0 they'll be vector graphics which can be zoomed as much as you like without it being pixelated.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

Board footer