home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / pc / clips / tutorial / buttons.dcr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-05-02  |  176 b   |  16 lines

  1. on enterFrame
  2.   if rollOver(1) then
  3.     go(2)
  4.   end if
  5.   if rollOver(2) then
  6.     go(5)
  7.   end if
  8.   if rollOver(3) then
  9.     go(10)
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.