home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / pyramid.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-10-11  |  112 b   |  9 lines

  1. on mouseDown
  2.   pressit(43, 8)
  3.   if the frame = 3 then
  4.     go("start")
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.