studiobindia

Travel . Art . Design

Flash Tutorial- August 22, 2007

Filed under: Design, Flash, studiob — studiobindia @ 7:44 pm
Tags: , , , ,

If you want a special mouse cursor in your Flash movies, all you have to do is pay some attention to this tutorial. It will be explained how to personalize, change the appearence of the user’s mouse cursor in Flash, in 5 easy steps.1. Create a new Flash document, 400×400 size. Name the first layer content.
2. Create a new MovieClip that holds the mouse cursor you want user see on your website.Name it MouseCursorMC. Make an instance of it in the first frame of the content layer and name it mouseCursor_mc.
3. Create a new layer and give it the name actions.
4. In the first frame of the actions layer put this code in:
Mouse.hide();// to hide the actual mouse cursor
startDrag(“mouseCursor_mc”,true);// start drag the cursor_mc MovieClip across the Flash movie

5. Press CTRL+Enter and test the movie. Nice job!

 

Leave a Reply