How Do You Make A Custom Cursor With Flash CS4 Actionscript 2.0?
• Open Flash • Choose Flash File Actionscript 2.0 • Draw your cursor • Convert it to a symbol, and save the symbol as a movie clip • select the symbol and click actions • type or paste this code in— • onClipEvent(enterFrame){ • Mouse.hide(); • this._x=_root._xmouse; • this._y=_root._ymouse; • } Test your cursor by clicking Control>Test Movie and moving your cursor around the test window Last edited: February 21, 2011 by Maluniu Categories: Adobe Flash Recent edits by: Teresa, Austin L.