home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_a.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1994-12-06  |  203 b   |  12 lines

  1. on mouseDown
  2.   global getitems
  3.   if getAt(getitems, 2) then
  4.     repeat with i = 1 to 27
  5.       set the cursor of sprite i to 0
  6.     end repeat
  7.     go("DOOROPEN")
  8.   else
  9.     play frame "DOG_1"
  10.   end if
  11. end
  12.