Customised cursor!
- Create a cursor graphic. I creasted on of my little Fuzzle holding a marker.
- Within your Flash document insert a 'new symbol' - it has to be of the type 'moveiclip' - import your cursor graphic into the symbol screen.
- Now we have to add the code. Right click you newly formed cursor movieclip, and insert this action coding:
onClipEvent (load)
{
startDrag (this, true);
}
This code moves the cursor movie clip along with the cursor. |
|
To hide the computer's usual mouse cursor
- In the default layer kirst key frame, insert the action coding:
Simples!
Here is a simple Tic-Tac_Toe I made that illustrates my cursor.