home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT1.ZIP / D1.DXR / 00138.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  347 b   |  15 lines

  1. on exitFrame
  2.   set N to the castNum of sprite 24
  3.   preLoadCast(N)
  4.   set the movieRate of sprite 24 to 1
  5.   repeat while the movieRate of sprite 24
  6.     if the mouseDown or the controlDown then
  7.       set the movieRate of sprite 24 to 0
  8.       unLoadCast(N)
  9.       puppetSprite(24, 0)
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   puppetSprite(24, 0)
  14. end
  15.