home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / islasoft / pro000.dxr / lingo_7.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  84 b   |  8 lines

  1. on exitFrame
  2.   if rollOver(22) then
  3.     go("brillo1")
  4.   else
  5.     go(1)
  6.   end if
  7. end
  8.