home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / ingenius / shockwav / quest.dcr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  140 b   |  10 lines

  1. on exitFrame
  2.   ruby()
  3.   if the mouseDown then
  4.     if the clickOn <> 43 then
  5.       go(the frame + 1)
  6.     end if
  7.   end if
  8.   go(the frame)
  9. end
  10.