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

#1 2011-04-11 15:19:07

ericdyoder
New Scratcher
Registered: 2011-04-11
Posts: 1

How can I make an object appear to grow?

How can I make an object appear to grow?  Thanks so much.

Offline

 

#2 2011-04-11 15:23:38

Ratty1967UK
Scratcher
Registered: 2007-05-16
Posts: 88

Re: How can I make an object appear to grow?

try changing the object's size - the block is on the "looks" tab

Offline

 

#3 2011-04-11 17:39:26

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: How can I make an object appear to grow?

Use a script like this:
[blocks]
<when green flag clicked>
<repeat( 50
<change size by( 2
[/blocks]

Offline

 

Board footer