home *** CD-ROM | disk | FTP | other *** search
/ The Mac 12 / the-mac-12.iso / Infotainment / UNZIP-DEMO / ZIPFILES / man00 / 00050.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  184 b   |  12 lines

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