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

#1 2010-08-31 16:58:10

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

I need help

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

 

#2 2010-08-31 17:02:57

allosaurus
Scratcher
Registered: 2010-05-11
Posts: 100+

Re: I need help

<forever>
<if><touching[mouse-pointer]>
<set size to(150)%>
<else>
<set size to(100)%>
<end>


http://myfastcounter.com/count.php?c_style=12&amp;id=1284315840

Offline

 

#3 2010-08-31 17:33:50

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

Re: I need help

Thank you so much!

Offline

 

#4 2010-08-31 17:44:31

OlympMaster
New Scratcher
Registered: 2010-08-29
Posts: 9

Re: I need help

Lets say that when the slovakian flag was clicked say "Good Job" otherwise say "Sorry"

Offline

 

#5 2010-09-03 18:18:47

FlexiStudio
Scratcher
Registered: 2010-02-28
Posts: 1000+

Re: I need help

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  smile


Hey I'm back!-
FlexiStudio

Offline

 

Board footer