home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global theMode, haveseenTopTen
- cursor(4)
- set the ink of sprite the clickOn to 4
- updateStage()
- sound stop 1
- stopvideo(2)
- puppoff()
- set theMode to "self"
- if haveseenTopTen = 0 then
- set haveseenTopTen to 1
- go("it")
- unloadAll()
- else
- go("10")
- unloadAll()
- end if
- end
-