home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / interfacedemo.swf / scripts / DefineButton2_430 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-25  |  117 b   |  6 lines

  1. on(release){
  2.    _root.interfaceholder.frameonclick = "four";
  3.    frameonclicklable = "Top";
  4.    gotoAndStop(1);
  5. }
  6.