home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch11_sfx / esnavbar.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  230 b   |  15 lines

  1. on enterFrame
  2.   nothing()
  3. end
  4.  
  5. on exitFrame
  6.   global gLastRollover
  7.   if rollOver(gLastRollover) and the mouseUp then
  8.     if the frame = (marker(0) + 3) then
  9.       go(marker(0))
  10.     end if
  11.   else
  12.     go(label("menu"))
  13.   end if
  14. end
  15.