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

  1. on(release){
  2.    mycolor = new Color(cl);
  3.    mycolor.setRGB(5263440);
  4.    gotoAndStop(1);
  5. }
  6.