50 likes | 223 Views
Custom Cursor. By: The Harleys. First Step Design your Cursor. Easy Step! MOVIE CLIP!!! NOT BUTTON!!!. Step 2: Actionscript. Mouse.hide (); startDrag (mc_cursor, true); mc_cursor.visible = true;. Step 3: Check Instance Name. Make Sure it is mc_cursor. Step 4: Check.
E N D
Custom Cursor By: The Harleys
First StepDesign your Cursor • Easy Step! • MOVIE CLIP!!! NOT BUTTON!!!
Step 2: Actionscript • Mouse.hide(); • startDrag(mc_cursor, true); • mc_cursor.visible = true;
Step 3: Check Instance Name • Make Sure it is mc_cursor
Step 4: Check • Ctrl + Enter and Test!