Flash advice.
Flash advice.
Out of context: Reply #9
- Started
- Last post
- 9 Responses
- autonoma0
You can put this in an onEnterFrame:
if (hitTest( _root._xmouse, _root._ymouse, true)) {
this.myColor = new Color(this);
this.myColor.setRGB(0x000000);
}
You can put this in an onEnterFrame:
if (hitTest( _root._xmouse, _root._ymouse, true)) {
this.myColor = new Color(this);
this.myColor.setRGB(0x000000);
}