home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / qtchecker.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  2005-04-28  |  118 b   |  9 lines

  1. on exitFrame
  2.   if sprite(1).playing = 1 then
  3.     go(the frame)
  4.   else
  5.     cursor(-1)
  6.     go(1, "STAGE2")
  7.   end if
  8. end
  9.