How could i make it so you can choose which mouse you have by clicking a button
heres what i have
on (press) {
Mouse.hide();
_root.triangle._x = _root._xmouse;
_root.triangle._y = _root._ymouse;
}
I thought it would work but it just hides the mouse
(triangle is the mouse instance name)