home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global lastRO, QTAbfrage
- set QTAbfrage to 0
- set lastRO to 0
- repeat with i = 30 to 47
- set the visible of sprite i to 0
- end repeat
- set the visible of sprite 4 to 1
- if the platform = "Windows,32" then
- if the videoForWindowsPresent then
- nothing()
- else
- go("s")
- end if
- else
- if the videoForWindowsPresent then
- set the fileName of member 127 to the pathName & "mov\altstart.avi"
- else
- go("s")
- end if
- end if
- end
-