home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / mainmenu.dxr / 00178.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  164 b   |  10 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     repeat while the mouseDown
  4.     end repeat
  5.     puppetSprite(3, 0)
  6.     go("Competition")
  7.   end if
  8.   play frame the frame
  9. end
  10.