| Author |
Mouse pointer remains
|
|
| Sprnv4 2004-06-26, 4:17 am |
| Does anybody know how to make a button that when you rollover your mouse pointer doesn't become a hand but stays a pointer arrow?? or the one you have as default..
| |
| Hemendra Singh 2004-06-26, 7:14 am |
| Hi,
change the property "useHandCursor" of your button
my_btn.useHandCursor = false;
Good Luck
Hemendra Singh Shaktawat
Mindfire Solutions
www.mindfiresolutions.com
| |
| Sprnv4 2004-06-26, 12:17 pm |
| 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!
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |