home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Image.iso / aolshow.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1996-10-20  |  486 b   |  23 lines

  1. on startMovie
  2.   global lastRO, QTAbfrage
  3.   set QTAbfrage to 0
  4.   set lastRO to 0
  5.   repeat with i = 30 to 47
  6.     set the visible of sprite i to 0
  7.   end repeat
  8.   set the visible of sprite 4 to 1
  9.   if the platform = "Windows,32" then
  10.     if the videoForWindowsPresent then
  11.       nothing()
  12.     else
  13.       go("s")
  14.     end if
  15.   else
  16.     if the videoForWindowsPresent then
  17.       set the fileName of member 127 to the pathName & "mov\altstart.avi"
  18.     else
  19.       go("s")
  20.     end if
  21.   end if
  22. end
  23.