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