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

#1 2007-10-04 19:29:29

spencer8ab
Scratcher
Registered: 2007-09-24
Posts: 3

a block for size for every sprite in every script

It would be nice to have a block with size not only for the sprite that your doing the script in but for other sprites to so in your script you could copare them.

Last edited by spencer8ab (2007-10-04 19:30:25)

Offline

 

#2 2007-10-05 16:54:04

Scratchie
Scratcher
Registered: 2007-08-24
Posts: 29

Re: a block for size for every sprite in every script

You don't have to wait for the next version of scratch to do that.
You can use this code:[blocks]
<when green flag clicked>
<forever>
<set{ sizevar }to( <size> )>
<end>[/blocks]

Offline

 

#3 2007-12-02 17:50:25

spencer8ab
Scratcher
Registered: 2007-09-24
Posts: 3

Re: a block for size for every sprite in every script

Thankyou.

Offline

 

#4 2007-12-02 20:19:47

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: a block for size for every sprite in every script

Scratch 1.2 is now released and it allows you to sense
size of sprie1
(along with lots of other information about any sprite)

Offline

 

Board footer