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

#1 2011-08-03 06:54:29

LFCm4d227
New Scratcher
Registered: 2011-08-03
Posts: 16

Simple, quick question

I have been using Scratch alot recently, and have picked up the basics, but there's one thing I need to know;
How can I make it so that if there's a play button, for example, then when the mouse hovers over it (but doesn't click it), it increases in size?

Offline

 

#2 2011-08-03 07:49:32

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Simple, quick question

When green flag clicked
Forever
If touching mouse pointer
Set size to %150
else
Set size to %100
end if else
End forever

Happy to help!

Offline

 

Board footer