home *** CD-ROM | disk | FTP | other *** search
/ PC Attack (Unknown Issue 102) / PC_Attack_Magazine_102_Interplay_1995.iso / frnkdemo.exe / frnkdemo.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1994-11-09  |  221 b   |  10 lines

  1. on enterFrame
  2.   set movieDur to the duration of cast the castNum of sprite 5
  3.   repeat while the movieTime of sprite 5 < movieDur
  4.     cursor(200)
  5.     updateStage()
  6.   end repeat
  7.   repeat while soundBusy(2)
  8.   end repeat
  9. end
  10.