home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00105.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  226 b   |  13 lines

  1. on enterFrame
  2.   set the movieRate of sprite 15 to 1
  3. end
  4.  
  5. on exitFrame
  6.   repeat while the movieRate of sprite 15
  7.     if the mouseDown then
  8.       set the movieRate of sprite 15 to 0
  9.     end if
  10.     updateStage()
  11.   end repeat
  12. end
  13.