Search tutorials
How to disable the hand cursor when it passes over a button
Create your button as you normally would.
Give your button an instance name in the properties panel.
I named mine "blueButton"

Click frame #1 of the timeline that your button is placed
on.
Open your Actions panel (F2)
Enter this ActionScript:
//Sets hand cursor off for your button instance
blueButton.useHandCursor = false;
//Sets hand cursor on for your button instance
greenButton.useHandCursor = true;
Test your movie:
| » Level Basic |
|
Added: 2002-04-14 Rating: 8.96 Votes: 157 |
| » Author |
| Flash Kit Moderator |
| » Download |
| Download the files used in this tutorial. |
| Download (36 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!