home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 3 / RO3_CD.bin / intro.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  69 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   go(the frame + 1)
  7. end
  8.