Search tutorials
Now Right click on the circle layer and click on mask.
good almost finished.
create a new layer and call it actions. click on the first
Frame of the actions layer and type this in:
// Set Interval so that every 10 milliseconds the function Move occurs
circleInterval = setInterval(Move,10) {
// create function called move so that the circle follows the mouse
function Move () {
circle._x = _root._xmouse;
circle._y = _root._ymouse;
}
| » Level Intermediate |
|
Added: 2006-01-04 Rating: 3 Votes: 26 |
| » Author |
| workin on flash for a year, |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!