- FLASH
- 2010-11-02 - 更新:2014-05-22
この記事は最終更新日から1年以上経過しています。
_root.[instance].onRelease = function () { var myColor = new Color(this); if(!this.flag) { this.trans = myColor.getTransform(); myColor.setRGB(0xff9900); this.flag = true; } else { myColor.setTransform(this.trans); this.flag = false; } }