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
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