Forum Topic: Animated mouse

(237 views • 2 replies)

This topic is 1 page long.

<< < > >>
None

MarioMusicMaker3

Reply To Post Reply & Quote

Posted at: 1/29/06 04:30 PM

MarioMusicMaker3 EVIL LEVEL 09

Sign-Up: 08/29/05

Posts: 70

http://www.newground..m/portal/view/291631

go there and look at #11

First off would ne 1 know if those animations comming out of the mouse are movieclips? if so continue

i want to know how to make a m.c come out of the tip of the mouse in random directions and go away after a short pereid of time or just fade the alfa to 0 at the end of the movie clip. i have no idea who to go about dooing this. all i know how to do is animating a m.c and vary vary VARY basic Action script.

plz help me find a tutoreal or let me use your a.s that you already have or whatever.

thankyou in advance


None

reelbigcheese

Reply To Post Reply & Quote

Posted at: 1/29/06 04:39 PM

reelbigcheese LIGHT LEVEL 18

Sign-Up: 08/12/05

Posts: 2,160

its hard to do youll need to learn lots of api and functions and for loops, goto as main in the search bar


None

Runouw

Reply To Post Reply & Quote

Posted at: 1/29/06 06:24 PM

Runouw LIGHT LEVEL 10

Sign-Up: 07/09/05

Posts: 4

I made a simple code for one here. Put this in the frame you want it to happen in:

dotcount = 0;
onEnterFrame = function () {
duplicateMovieClip("dot", "dot" + dotcount, dotcount);
tellTarget ("dot" + dotcount) {
_y = _root._ymouse;
_x = _root._xmouse;
_rotation = Math.random()*360
}
dotcount++;
};

Make the movieclip's instance name called "dot" and on the frame in the movieclip you it to dissapear put this:

removeMovieClip(this);


All times are Eastern Standard Time (GMT -5) | Current Time: 12:40 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!