home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / chapel.dxr / 01045_BedText2.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  231 b   |  17 lines

  1. on exitFrame
  2.   if the mouseH > 320 then
  3.     go("Bedroom")
  4.   end if
  5.   if the mouseV > 136 then
  6.     go("Bedroom")
  7.   end if
  8.   if the mouseV > 102 then
  9.     go("BedText")
  10.   end if
  11.   go(marker(0))
  12. end
  13.  
  14. on enterFrame
  15.   textCursorOn()
  16. end
  17.