home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / PAYOFF.DIR / 00044_Script_44 < prev    next >
Text File  |  1995-06-07  |  203b  |  11 lines

  1. --play the QTKarmic movie
  2.  
  3. on exitFrame
  4.   global QTKarmic
  5.   
  6.   if the movietime of sprite(QTKarmic) < 380 then
  7.     go the frame
  8.   else
  9.     set the movierate of sprite(QTKarmic) = 0
  10.   end if
  11. end