home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global ritorno, riga, chisono
- case chisono of
- 1:
- set riga to 4
- 2:
- set riga to 3
- 3:
- set riga to 1
- 4:
- set riga to 5
- 5:
- set riga to 2
- end case
- nascondi()
- end
-
- on mouseDown
- go("esci")
- end
-
- on nascondi
- global riga
- repeat with n = 1 to 8
- set the visible of sprite n to 0
- end repeat
- set the visible of sprite riga to 1
- case riga of
- 1:
- set the visible of sprite 6 to 1
- 2:
- set the visible of sprite 6 to 1
- 3:
- set the visible of sprite 7 to 1
- 4:
- set the visible of sprite 8 to 1
- 5:
- set the visible of sprite 8 to 1
- end case
- updateStage()
- end
-