home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set mynum to the clickOn
- set the cursor of sprite mynum to [307, 308]
- sound stop 1
- repeat with i = 1 to 48
- puppetSprite(i, 0)
- set the visible of sprite i to 1
- end repeat
- set the visible of sprite 45 to 0
- updateStage()
- go("exit")
- end
-
- on mouseDown
- set mynum to the clickOn
- set the cursor of sprite mynum to [301, 302]
- end
-