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

  1. on animate
  2.   global gPlay
  3.   set gPlay to 1
  4.   set i to 599
  5.   repeat while i < 690
  6.     set the locH of sprite 45 to i
  7.     updateStage()
  8.     set i to i + 1
  9.   end repeat
  10. end
  11.