|
|
|
|
 |
|
 |
 |
 |
custom cursor
|
|
|
Hits: 26
custom cursor
 0.0
this is a very easy to understand and easy to do tutorial.
1.open flash.
2.start a new flash document or continue one.
3.create the movie clip you want to use for your cursor.
4.asign the movie clip these actions...
onClipEvent (enterFrame) {
setProperty(this, _x, _root._xmouse);
setProperty(this, _y, _root._ymouse);
Mouse.hide();
}
5.just copy and paste it.
6.press control and enter to see your custom cursor!
Platform(s): n/a
Date: Aug, 04 2005
Author: Max Hildebrand, http://www.maxnett.tk
License
| License Type: Free for non-commercial use |
| |
price: Free |
| License Type: Commercial License |
| |
price: 189.95$
|
Ratings
|
Number of Ratings: 0 Votes
|
|
|
|
 |
 |
|
 |
|
 |
|