home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global play, tasto, INIZIO
- if tasto <> 0 then
- if soundBusy(1) then
- sound stop 1
- end if
- pigia()
- nascondi()
- puppetSprite(10, 1)
- if INIZIO then
- set the memberNum of sprite 10 to 40
- else
- if play then
- set the memberNum of sprite 10 to 39
- else
- set the memberNum of sprite 10 to 40
- end if
- updateStage()
- end if
- end if
- end
-
- on mouseUp
- global play, tasto, INIZIO
- hap()
- end
-