home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- ting()
- cursor(280)
- sprite(205).blend = 100
- end
-
- on mouseLeave
- cursor(-1)
- sprite(205).blend = 0
- end
-
- on mouseDown
- klik()
- end
-
- on mouseUp
- global taalkeuze
- cursor(-1)
- taalkeuze = "nl"
- if the platform contains "win" then
- member("intro mpeg").file = the moviePath & "movies\intro_" & taalkeuze & ".mpg"
- else
- member("intro mpeg").fileName = "@movies:intro_" & taalkeuze & ".mpg"
- end if
- go("intro")
- end
-