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