3 Comments
Just a few mod if you can help me.
I want the globe do exactly like this example. (the globe itself I'll use yours, just the AS and how to do like that)
http://images.templatemonster.com/screenshots/18200/18278.html
1. When the cursor inside the globe, it will spin.
2. The description also follow the cursor and still spinning.
3. When the cursor is out of the globe, it will stop but not immediately.
You can see how it work on the example.
Please help.
Thanks
then go back to the main timeline . turn the earth into a movieclip by selecting it and right clicking.
this will stop it from turning. Last select the Mc and add these actions.
on (rollOver) {
play();
}
on (rollOut) {
stop();
}
Includes the original Quicktime movie file.
Lightweight and fun for your next project.
This has a lot of uses from a Preloader ,button rollover to a flash icon ect.