Link to home
Start Free TrialLog in
Avatar of VeeVan
VeeVan

asked on

Switch from timeline to script?

This is a really dumb question, so I'll apologize in advance.

I have created a flash animation using the timeline feature of Flash. I want to switch it to using the scripting feature as that should allow me to use more frames, and thus increase the overall quality of the animation.

Is there any way to convert, or to view the Flash generated script and modify from there, or do I have to start over?

Thanks in advance...

V
Avatar of Billystyx
Billystyx

It would be a case of cut and pasting the various frames of the animation into several different mcs (and using attachMovie/loadMovie, and removeMovieClip/unloadMovie to position the animation dynamically), using static images for backgrounds, reusing the various elements of the animation to decrease file size etc.
It really depends on how complex the animation is and what exactly you need to do with it - but if you upload the fla for us to view we may be able to give some more accurate pointers on how to rework it.

Billystyx
Avatar of VeeVan

ASKER

The animation itself really isn't that complicated. It's just a couple of fade ins and outs and motion tweens. The challenge is, I didn't set it up with enough frames per second, and now, in order to create a smoother motion, I want to make the animation take up more frames and significantly increase the frames per second. If there's an easier way to do this, I would love to hear about it.

Also, the animation is currently residing on my server. Where should I upload it for you to view?

Thanks.
V
ASKER CERTIFIED SOLUTION
Avatar of Billystyx
Billystyx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial