home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / PAYOFF.DIR / 00029_Script_29 < prev    next >
Text File  |  1995-06-07  |  168b  |  6 lines

  1. on enterFrame
  2.   global QTKarmic
  3.   put random(9) into x
  4.   if x <= 3 then set the movietime of sprite(QTKarmic) = 195
  5.   set the movierate of sprite(QTKarmic) = 1
  6. end