If I create a button using the rectangle tool in the resulting .swf the mouse
becomes a hand when it moves over the button. But if I create a button using
the components panel it remains a pointer at all times. Is it possible to get
the mouse to become a hand when it moves over a button created using component
panel? Thanx
ggshow - 30 Apr 2007 12:21 GMT
give the component instance an instance name, e.g.: my_btn
attach script below to keyframe.
my_btn.useHandCursor = true;
gandalf458 - 30 Apr 2007 12:42 GMT
ggshow - 30 Apr 2007 12:52 GMT