home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / office / autodemo_officexp / default / extended_main.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2001-05-25  |  108 b   |  8 lines

  1. on(rollOver){
  2.    tellTarget("/label_movie")
  3.    {
  4.       gotoAndStop("show_ext");
  5.       play();
  6.    }
  7. }
  8.