satheesh
New Member
- Messages
- 883
- Reaction score
- 0
- Points
- 0
Flash Cursor:
1. Create a Blank Flash Document.
2. Create a Blank Movie Clip.
3. Create your own cursor in the Movie Clip like below.
4. Come back to “Scene 1” and create new Layer and name it”Action”.
5. Select the Movie Clip and name it “cursor”.
6. Select the “Action” layer and press F9.
7. Copy the code below and paste it.
8.Save and Publish it.
Demo:http://img234.imageshack.us/img234/4545/cursorpa5.swf
1. Create a Blank Flash Document.
2. Create a Blank Movie Clip.
3. Create your own cursor in the Movie Clip like below.
4. Come back to “Scene 1” and create new Layer and name it”Action”.
5. Select the Movie Clip and name it “cursor”.
6. Select the “Action” layer and press F9.
7. Copy the code below and paste it.
Code:
Mouse.hide();
_root.cursor.startDrag(true);
Demo:http://img234.imageshack.us/img234/4545/cursorpa5.swf