The Illusive Man
Member
|
Sir Peter, For starters, i have done drag scripts myself (custom cursors for websites i have made in flash), and that looks nothing like one. (you missed out one or two key things :) ) Thanks To Tim van Helsdingen for this info and how to put it into place (i could have never done it without him ) First draw you're cursor, and convert it into a movie clip (right click/ mac - control click, convert to symbol, then click the movie clip button, then OK) Then Double Click On The Cursor, And Position It, So that the end is on the little cross in the middle of the page (so that it functions like a real cursor) Give the cursor an instance name (open the properties panel, and voila! there it is [Where it says instance name ]) of CURSOR (note the capitals :^D), then give it the script (actions panel) of { startDrag ("_root.CURSOR", true); Mouse.hide();} You Now Have An Invisible Mouse, and the custom cursor in it's place :^) If you ever wan't the actual mouse to show again, in the frame that it is in, make it a keyframe, and then put the code into the frame: Mouse.show(); You now have a custom cursor You Can Thank Me Later
< Message edited by althorne -- 1/29/2006 11:08:51 >
_____________________________
|