home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / madasafish / madfish.exe / madfish.dxr / 00132_startmovie.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  246 b   |  13 lines

  1. on startMovie
  2.   if QuickTimeVersion() < 3 then
  3.     go("menu")
  4.   else
  5.     if QuickTimeVersion() >= 3 then
  6.       preloadMember(56)
  7.       go("gqstart")
  8.       set the memberNum of sprite 6 to 187
  9.       set the soundLevel to 5
  10.     end if
  11.   end if
  12. end
  13.