February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728

Appearing thumb when over on button component

Problem
When i over on button witch i use from COMPONENTS window i see just a standard mouse arrow, not a thumb.

Solution
Assign ‘true’ value for property ‘useHandCursor’.

Detailed explanation
Please create Flash File (ActionScript 3.0) and put Button component on the stage.

1

Create instance name myBtn.

And write code on ACTIONS area:

myBtn.useHandCursor = true;

2

Now click Control > Test Movie and look what happend when you over your button.

Read more info about useHandCursor property.

In attached file you can find pictures preivew with all steps and .fla file.

Source:
hand

Thank you for reading.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>