home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / famroom.dxr / 00887.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  123 b   |  9 lines

  1. on exitFrame
  2.   if the mouseH > 295 then
  3.     go("Chapel")
  4.   end if
  5.   if the mouseV > 185 then
  6.     go("Chapel")
  7.   end if
  8. end
  9.