home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 6 / elPeriodico6.iso / menu.dir / Internal_44.ls < prev    next >
Encoding:
Text File  |  1997-10-18  |  123 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(16) or rollOver(17) then
  3.     cursor([26, 27])
  4.   else
  5.     cursor(0)
  6.   end if
  7.   go(the frame)
  8. end
  9.