home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / mainmenu.dxr / 00150.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  153 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(marker(1))
  7.   end if
  8.   go(the frame)
  9. end
  10.