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

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