Free video Tutorials
Updating every hour!
49970 online video tutorials and counting.
Video Tutorials

Flash Tutorial - Custom Cursors


READ!!!

easy tutorial on how to make custom cursers

code is onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (load) {
Mouse.hide();
}