Forum Moderators: open
Actionscript is so powerful and can fix many of the problems with tween and motions. Not that you can't make awesome Flash projects without actionscript. I just thought most people using Flash were using actionscript since most Flash designers know JavaScript.
So anyone find themselves not using actionscript, or do you find you make movies with one frame with actionscript driving and drawing everything?
one frame with actionscript driving and drawing everything
this is my preffered method of working in Flash (unless its just a quick'n'dirty animation, in which case tweens etc are quicker)
I find AS offers more control and flexibility than GUI methods, and if I have to e.g. shape tween something, Ill do it in seperate MC to keep the main timeline as clutter free as possible.
Ben
Also, before using one method, I always ask myself if which is faster - hence more productive. I have seen collegues script complex animations which they thought were cool - but wasted their time, were not optimized for quick edits or manipulation by other team members and did not improve the end result, or the size of the exported file.