change size by/size ▼ofOther sprite ▼5
Last edited by RedRocker227 (2012-02-28 18:43:53)
Offline
Make a variable called "sprite 2 size". Then for the sprite who determines the size, do this:
Then for the sprite which is changing size, do this:whenclicked
setsprite 2 size ▼tosize
Then put whatever code you want afterwards.whenclicked
change size bySprite 2 size
Last edited by Mokat (2012-02-28 18:46:38)
Offline
Mokat wrote:
Make a variable called "sprite 2 size". Then for the sprite who determines the size, do this:
Then for the sprite which is changing size, do this:whenclicked
setsprite 2 size ▼tosizeThen put whatever code you want afterwards.whenclicked
change size bySprite 2 size
ok, thanks!
Offline
Create a variable which is like Size or something.
Then go to to a sprite and do this script:
With this you can set the variable to the size of a single sprite.setsize ▼tosize
set size tosize%
Last edited by SOScratch (2012-02-28 18:50:01)
Offline