home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ancient / search / ltdata / tab.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  127 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(12) then
  3.     go(the frame)
  4.   else
  5.     go("animate")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.