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

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