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

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 16 then
  3.     go("loop")
  4.   end if
  5.   if the mouseDown then
  6.     go("cam3")
  7.   else
  8.     go("cam2")
  9.   end if
  10. end
  11.