Hi everyone,
I'm stuck as to what code to use to change my mouse cursor when you drag a
movie clip?
At the moment on my site (www.zoenoble.co.uk) you can drag a magnifying glass
around but the "hand" cursor doesn't show which is not what I want.... I have
this code on there at the moment:
onClipEvent (mouseDown) {
startDrag("");
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (enterFrame) {
setProperty(largeobject2, _x, (getProperty(_parent.original2, _x)-_x)*2);
setProperty(largeobject2, _y, (getProperty(_parent.original2, _y)-_y)*2);
}
NIlesh@ADOBE - 22 Jul 2008 14:05 GMT
You could program this on button and use the "useHandCursor" property to true.
Hope this helps
Regards,
Nilesh W