Flash MC mouseover!?
Flash MC mouseover!?
Out of context: Reply #1
- Started
- Last post
- 1 Response
- J0
Nevermind!
I sussed it...(searched PV-AN... plus a bit of modification....)
Incase you're interested:
onClipEvent (mouseMove) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
this.myColor = new Color(this);
this.myColor.setRGB(0x0000FF);
} else {
this.myColor = new Color(this);
this.myColor.setRGB(0xFF0000);
}
}BISH BASH BOSH!