home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dur
- initbestell()
- put kurzinfotext(1) into field "Kurzinfofeld"
- updateStage()
- stopvideo(2)
- if isItAMovie(2) then
- set dur to the duration of cast the castNum of sprite 2
- startVideo(2)
- end if
- go(the frame + 1)
- cursor(0)
- end
-