Search tutorials
STEP 5 - Default Cursor
There's always usually going to be someone who doesn't want a custom cursor to play with, or has chosen one, but wants their default cursor back. This is simple to do. Copy one of your butttons on the stage, and paste it next to the rest of the buttons. (This is where your blank frame comes into play)Put some text on the button saying "Default Cursor" so the user knows what it does. Select the button and press "F9" to bring up it's actions panel. Type in the following:
on (press) {
_root.cursor.gotoAndPlay("default");
Mouse.show();
}
This script simply tells the cursor movie clip to go to the blank frame you created where there is no custom cursor, it also tells the movie to show the normal or default cursor.
-----------------------------------
And that's it! If you've read and understood this tutorial properly, everything should be working fine with your cursor menu. However, if you do have any questions or problems, feel free to download the source .FLA or contact me: chris@boomarcade.tk
Thanks, enjoy!
| » Level Basic |
|
Added: 2004-09-09 Rating: 8 Votes: 8 |
| » Author |
| I've been a flash developer for about 2-3 years now, i never realised how complicated it would be :S I prefer making games to animations, but I'll try anything once :) |
| » Download |
| Download the files used in this tutorial. |
| Download (799 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!