- 1,251 categories
- 40,829 scripts
Updated: 08/04/2005
- 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!
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- Author