To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash General Help

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-04-2003, 10:27 PM   #1
JCT
Junior Member
 
Join Date: Sep 2000
Posts: 19
Mouse Pointer Controling Anim

Here's an example of what I want to do.

http://www.frozencpu.com/images/prod...a_ramsinks.swf

I want to know how this guy control his animation with the mouse pointer. If you move your mouse pointer over the anim you can play it in slow or on reverse. How can you do this ?

I know the animation is simply 100 pictures on 100 frames. No tweening or anything like that.

Here's a similar animation I've done using 3DS and Flash:

http://www.frozencpu.com/images/prod...lpha_8045.html

But I'm missing the "control" feature. Can anyone help me or point me to a good tutorial ??

Thanks

Last edited by JCT; 07-04-2003 at 10:30 PM.
JCT is offline   Reply With Quote
Old 07-05-2003, 10:27 AM   #2
catbert303
Moderator
 
catbert303's Avatar
 
Join Date: Aug 2001
Location: uk
Posts: 11,221
I think you could create a movie clip containing the animation, maybe 100 frames long. then you need to convert the mouses x position into a value between 1 and 100 (or 1 and however many frames are in the movie clip)

you can use a clip event attached to the movie clip to send it to the desired frame.
code:

onClipEvent(enterFrame) {
frame = Math.ceil((_root._xmouse / Stage.width) * this._totalframes;
this.gotoAndStop(frame);
}

__________________
Antonetti in '09
catbert303 is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash General Help

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:02 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.