home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / suzan.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  230 b   |  13 lines

  1. on mouseDown
  2.   global getpoints
  3.   if getAt(getpoints, 4) and getAt(getpoints, 5) then
  4.     if getAt(getpoints, 6) then
  5.       go("SUZAN_3")
  6.     else
  7.       play frame "SUZAN_2"
  8.     end if
  9.   else
  10.     play frame "SUZAN_1"
  11.   end if
  12. end
  13.