i still need help with this, heres the original message
how do u make a curser that you’ve made yourself look different when u roll over
this is what i have:
a movie clip called CurserNew_mc and then a blank frame with the actions
Mouse.hide()
startDrag(cursernew,true)
‘WHAT’ do i do to make it different when i roll over a button?
would it help if instead of having a movie clip called CurserNew_mc with no actions, and a frame with the actions:
Mouse.hide()
startDrag(cursernew,true)
if i only had actions on the movie clip that were
onClipEvent (load) {
Mouse.hide();
startDrag(this, true);
}
becuase they both work
[size=4]can anyone help???[/size]