home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / CHIP0903.ISO / t-pay / t-pay.swf / scripts / DefineSprite_338 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-12-18  |  242 b   |  14 lines

  1. function activateButton()
  2. {
  3.    colorObj = new Color(text);
  4.    colorObj.setRGB(16777215);
  5.    gotoAndStop(2);
  6. }
  7. function deactivateButton()
  8. {
  9.    colorObj = new Color(text);
  10.    colorObj.setRGB(4276545);
  11.    gotoAndStop(1);
  12. }
  13. stop();
  14.