- Impact
- 9
1- Draw what ever you want to follow the mouse.
2- Select it and press F8 make it a movie clip.
3- Click on the new movie clip
4- load up the actions panel from windows>action
insert the following
press control and enter to test it.
What do you think.
If you have any problems please don't hesitate to ask.
2- Select it and press F8 make it a movie clip.
3- Click on the new movie clip
4- load up the actions panel from windows>action
insert the following
PHP:
onClipEvent (load) { //when the movie loads
Mouse.hide(); //hide the mouse
startDrag("", true);//start to follow the mouse.
}
What do you think.
If you have any problems please don't hesitate to ask.







