home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global altezza, larghezza, oksuono, Pcasse, pOggetti
- set larghezza to the mouseH
- set altezza to the mouseV
- if soundBusy(1) then
- sound stop 1
- end if
- if oksuono = 0 then
- if (larghezza > 327) and (larghezza < 430) and (altezza > 69) and (altezza < 126) then
- set pOggetti to "cavallo"
- set indovinato to 0
- end if
- if (larghezza > 122) and (larghezza < 181) and (altezza > 57) and (altezza < 170) then
- set pOggetti to "bimba"
- set oksuono to 1
- set indovinato to 1
- end if
- if (larghezza > 200) and (larghezza < 353) and (altezza > 148) and (altezza < 227) then
- set pOggetti to "moto"
- set indovinato to 0
- end if
- if (larghezza > 120) and (larghezza < 225) and (altezza > 236) and (altezza < 323) then
- set pOggetti to "chitarra"
- set indovinato to 0
- end if
- if (larghezza > 307) and (larghezza < 437) and (altezza > 248) and (altezza < 311) then
- set pOggetti to "gabbiano"
- set indovinato to 0
- end if
- sound playFile 1, Pcasse & pOggetti & ".aif"
- tieni()
- set pOggetti to EMPTY
- if indovinato = 1 then
- giusto()
- end if
- if indovinato = 0 then
- Sbagliato()
- end if
- end if
- end
-