Flash advice.
Flash advice.
Out of context: Reply #2
- Started
- Last post
- 9 Responses
- GC_Kds0
yourClip.onMouseOut = function () {
myColor = new Color(this);
myColor.setRGB(0x000000);
};
yourClip.onMouseOut = function () {
myColor = new Color(this);
myColor.setRGB(0x000000);
};