Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / General Flash Topics / July 2008



Tip: Looking for answers? Try searching our database.

how to change mouse cursor when drag movie clip?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
zoenoble82 - 22 Jul 2008 12:25 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.