Button Cursor

How do you make it so that when you make the mouse hide and a button to startdrag make it so that you can click buttons with it? if this doesn’t make anysense it is probably because i am half asleep but i will still try and explain it more!

Dude it doesn’t have to be a button.Just add this to your MC

onClipEvent(load){
this.startDrag(true);
Mouse.hide()
}

But i want it to be! so that when you click it changes. its supossed to be a sponge so when you click you see bubbles around it.

u can still have a clip event for it, ie onClipEvent(mouseDown){gotoAndPlay(“animation”);} u’ll just need some stop(): actions in keyframes inside the mc