home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Demos / UNZIP-DEMO / ZIPFILES / man00 / 00045.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  250 b   |  14 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 3 then
  3.     if the mouseCast <> the castNum of sprite 7 then
  4.       sound stop 1
  5.       go("loop")
  6.     end if
  7.   end if
  8.   if the mouseDown then
  9.     sound stop 1
  10.     go("ap2")
  11.     exit
  12.   end if
  13. end
  14.