home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global diffdisegni, trova, nalleluia, Posserva, altezza, larghezza
- set altezza to the mouseV
- set larghezza to the mouseH
- pigia()
- nascondi()
- set the visible of sprite 5 to 1
- set trova to list(0, 0, 0, 0, 0, 0, 0, 0)
- set nalleluia to 0
- set x to random(5)
- repeat while x = diffdisegni
- set x to random(5)
- end repeat
- set diffdisegni to x
- puppetSprite(19, 1)
- set the memberNum of sprite 19 to 27 + diffdisegni
- set the visible of sprite 19 to 1
- updateStage()
- repeat with i = 28 to 35
- puppetSprite(i, 0)
- end repeat
- sound playFile 1, Posserva & "diff.aif"
- end
-