| You are here : : Home > Free Resources > Flash Tutorials & Resources > Custom cursor |
Animation & Effects
Actionscript
Miscellaneous
Flash Articles
Free Flash Resources
Other Flash Resources
This tutorial will teach you how to create a custom cursor for your flash movie. Here we will be using movieclip symbol and little bit of actionscript to develop custom cursor. The .fla download file is included at the end of the tutorial
Please note:
1. You need to have Flash
Player 7.0 installed to view the Flash animation.
2. Flash MX 2004 must be installed in your system to download the
.fla file.
|
Well, I would like to start this tutorial assuming that the reader knows about Basics of flash such as different kinds of symbols used in flash.
Firstly, you will need to create a movieclip symbol for customized cursor design then you will have to type in few lines of code asking flash to hide the existing cursor and show the new cursor developed by you.
![]() |
![]() |
In "Scene 1" of your Main Movie
| Mouse.hide() startDrag(cursornew,true) |
Guess what! You have finished with customizing your cursor :), Press Ctrl+Enter to view customized cursor.
Below is an example which would give you more ideas to customize your cursor
|