home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / grunge_skull / menu.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-05-27  |  154 b   |  9 lines

  1. on(rollOver){
  2.    tellTarget("..")
  3.    {
  4.       gotoAndPlay("btn2:2");
  5.       gotoAndPlay("btn2/txt/mask:2");
  6.       gotoAndStop("btn2/txt:2");
  7.    }
  8. }
  9.