home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1997 March / FOL0397.ISO / bindata / part1.dxr / Internal_16.ls < prev    next >
Encoding:
Text File  |  1997-06-25  |  156 b   |  14 lines

  1. on enterFrame
  2.   set c to the mouseH
  3.   if c < 80 then
  4.     go("ans-n2")
  5.   end if
  6.   if c > 600 then
  7.     go("ans-s")
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   go(#loop)
  13. end
  14.