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

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