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