How do I make the pointer stay the same, as opposed to turning into the hand graphic when it passes over a button?
thanks!
bnb
I know how to do that in DHTML, but not sure in flash… Why don’t you make a cursor that you want to use (even if it’s a copy of the arrow) and do a little:
[AS]
Mouse.hide();
startDrag(“cursor”, true);
[/AS]
Nothing will change then, here’s the tut:
http://www.kirupa.com/developer/flash5/follow.htm
(-:
PostScript: For instance, Thor uses it on his footer - look at his post on this thread:
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=24161