all groups > flash (macromedia) > january 2004 >
You're in the

flash (macromedia)

group:

Follow-Me Bouncing Ball


Follow-Me Bouncing Ball krichard78
1/29/2004 10:06:59 PM
flash (macromedia): Hello...

I have an application where I would like to use a follow-me bouncing ball over some text, and I wasn't sure how to go about that! Is there a script I can use or is it something I need to create using Flash?

Thanks so much! Kimberly

Re: Follow-Me Bouncing Ball Chinese Boy
1/29/2004 10:20:53 PM
Creat a bounce-ball movie clip and add the following script to the movie clip:

onClipEvent (enterFrame) {
this._x = _root._xmouse;
this.._y = _root._ymouse;
}

author: Chinese Boy


AddThis Social Bookmark Button