home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00091.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  126 b   |  9 lines

  1. on mouseDown
  2.   global getpoints
  3.   if getAt(getpoints, 5) then
  4.     play frame "K3_2"
  5.   else
  6.     play frame "K3_1"
  7.   end if
  8. end
  9.