F
freakynightmere
Guest
I have searched over the web and ive tried every tutorial i can find and all my actionscript code does not work when i want to mask a crosshair over a mouse for a shooting game.
in all fairness i think that this code is missing a link to a object but im not sure so i want to ask here.
onClipEvent(enterFrame)
{
Mouse.hide;
this._x=_root._xmouse;
this._y=_root._ymouse;
}
in all fairness i think that this code is missing a link to a object but im not sure so i want to ask here.
onClipEvent(enterFrame)
{
Mouse.hide;
this._x=_root._xmouse;
this._y=_root._ymouse;
}