all groups > macromedia flash sitedesign > june 2004 >
You're in the

macromedia flash sitedesign

group:

Mouse pointer remains


Re: Mouse pointer remains hemendras NO[at]SPAM mindfiresolutions.com
6/26/2004 1:58:31 AM
macromedia flash sitedesign: Hi,

change the property "useHandCursor" of your button

my_btn.useHandCursor = false;

Good Luck

Hemendra Singh Shaktawat

Mindfire Solutions
Mouse pointer remains Sprnv4
6/26/2004 2:40:23 AM
Re: Mouse pointer remains Sprnv4
6/26/2004 11:48:24 AM
Hey tnx it worked...
I still wanna explain what I did for those that want a detailed information...
I gave my button an instance name ex. button1
and then i put the string on my button
on (rollover){
button1.useHandCursor = false;
}
and that's it!

anyways tnx hemendra!
AddThis Social Bookmark Button