RE: [Flashcoders] Loading library movie clips sequentially? Best way todo this?

2006-11-29 Thread Andy Stone
I use fusekit(http://www.mosessupposes.com), it's great for animation sequences. -Andy Stone Here's an example of how I might do it... import com.mosesSupposes.fuse.*; ZigoEngine.register(PennerEasing, Shortcuts, FuseFMP, FuseItem); // var numOfClips = 3; var currentClip = 1; //the

RE: [Flashcoders] Loading library movie clips sequentially? Best way todo this?

2006-11-29 Thread Merrill, Jason
Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Andy Stone Sent: Wednesday, November 29, 2006 9:14 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Loading library movie clips sequentially? Best way todo this? I use fusekit(http

Re: [Flashcoders] Loading library movie clips sequentially? Best way todo this?

2006-11-29 Thread Micky Hulse
Hi Jason, thanks for input, I really appreciate your time and insight. Merrill, Jason wrote: ... snip ... onMotionFinished event and such things went back to normal. I only respond because you were asking for the best way to do this. - this was just my experience. For sure. The best way