Hi -
when i change the appearence of the mouse, it conflicts with some of the other code, i don’t get an error, but it just doesn’t work, i’m using this code in a mc to change the mouse:
onClipEvent(enterFrame){
Mouse.hide();
setProperty("_root.monkey_mc", _x, _root._xmouse);
setProperty("_root.monkey_mc", _y, _root._ymouse);
}
the thing that doesnt work is an output text! and it works perfectly well without the muse change!
What am i doing wrong?
/julie:pa: