home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global altezza, larghezza, okombra
- if soundBusy(1) then
- sound stop 1
- end if
- if okombra = 0 then
- if (larghezza > 332) and (larghezza < 439) and (altezza > 73) and (altezza < 130) then
- giusto()
- set okombra to 1
- else
- Sbagliato()
- end if
- end if
- end
-