View Full Version : List Component Question?
nsteinhauer
07-09-2007, 02:40 PM
Could someone please explain how is it possible to switch from the arrow mouse cursor to the hand cursor on a roll over on a list component in Flash 8?
try:
myList.onRollOver=function(){
this.useHandCursor();
}
nsteinhauer
07-10-2007, 01:25 PM
This actually turns the mouse cursor into a hand but I'm no longer able to select an item from the list.
I also added the following but there was no result whatsoever.
lemmaList.onRollOver = function()
{
this.useHandCursor();
lemmaList.selectable = true;
}
LOLFlash
07-10-2007, 04:34 PM
you can't do it in flash environment
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.