Hello,
I am making a quiz in scratch. One of the questions ask to click on the Slovakian flag. When I hover over it I want the flag to enlarge to a certain size, and when I take my mouse off I want it to return to it's original size. How would I do this?
Thank You!
Offline
<forever>
<if><touching[mouse-pointer]>
<set size to(150)%>
<else>
<set size to(100)%>
<end>
Offline
Thank you so much!
Offline
Lets say that when the slovakian flag was clicked say "Good Job" otherwise say "Sorry"
Offline
OlympMaster wrote:
Lets say that when the slovakian flag was clicked say "Good Job" otherwise say "Sorry"
You allready have a whole new topic about this. Try to avoid doing this
Offline