home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / MinerX.dxr / 00023.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  108 b   |  8 lines

  1. on exitFrame me
  2.   if sprite(8).playing = 0 then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.