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

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