Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Maximum growth size (SOSPLEASEHELP)
- Ms_Bones
-
Scratcher
14 posts
Maximum growth size (SOSPLEASEHELP)
OKAY- so I'm gonna try not to be too angry when I write this-
So I'm scripting a low bit game so I'm creating very small costumes in bitmap and using size blocks to enlarge the sprite to a visible size. I'm trying to keep all sprites at %350 size to keep all the pixels the same size.
B U T
When I'm making my backgrounds for the tutorial area, T H E S P R I T E W ONT G O OV E R L I K E %150
Now- I can't do this- I have to have a huge background because I'm plannng on having the background move with the player rather then the player entering new rooms. And I need all the pixels to be the same size so at BARE MINIMUM I need to to be %350 size.
My question is: Is there ANY way to bypass the maximum sprite size? I found out that the max size is based off costume size already, but like I said before, I need my backgrounds to be h u g e.
Please help.
So I'm scripting a low bit game so I'm creating very small costumes in bitmap and using size blocks to enlarge the sprite to a visible size. I'm trying to keep all sprites at %350 size to keep all the pixels the same size.
B U T
When I'm making my backgrounds for the tutorial area, T H E S P R I T E W ONT G O OV E R L I K E %150
Now- I can't do this- I have to have a huge background because I'm plannng on having the background move with the player rather then the player entering new rooms. And I need all the pixels to be the same size so at BARE MINIMUM I need to to be %350 size.
My question is: Is there ANY way to bypass the maximum sprite size? I found out that the max size is based off costume size already, but like I said before, I need my backgrounds to be h u g e.
Please help.
- marcelzietek2006
-
Scratcher
500+ posts
Maximum growth size (SOSPLEASEHELP)
yes just make an empty costume change
and do this
and do this
switch costume to [Empty v]
set size to (350) %
switch costume to [Map v]
- marcelzietek2006
-
Scratcher
500+ posts
Maximum growth size (SOSPLEASEHELP)
yes just make an empty costume change
and do thisswitch costume to [Empty v]
set size to (350) %
switch costume to [Map v]
Another way could be used with:change size by (10)
This can come in handy if the size diss obeys your variable.
I think this would actually not work
- Ms_Bones
-
Scratcher
14 posts
Maximum growth size (SOSPLEASEHELP)
yes just make an empty costume changeYou're a saint, thank you so freakin much
and do thisswitch costume to [Empty v]
set size to (350) %
switch costume to [Map v]
- marcelzietek2006
-
Scratcher
500+ posts
Maximum growth size (SOSPLEASEHELP)
the problem is that its working but still wont go over the maximum size…yes just make an empty costume change
and do thisswitch costume to [Empty v]
set size to (350) %
switch costume to [Map v]
Another way could be used with:change size by (10)
This can come in handy if the size diss obeys your variable.
I think this would actually not work
It seems to be working?
Thats the part thats not working.
Try it:
use the code and you could set it to size 60000
- Discussion Forums
- » Help with Scripts
-
» Maximum growth size (SOSPLEASEHELP)
