Web Hosting Talk







View Full Version : actionscript?


luxx
03-06-2009, 12:24 PM
I am trying to make a person walk in flash cs3, is there a way I could do this without using actionscript or is it much easier and faster using actionscript? I am completly new to this so any suggestions/ideas would be awesome, thanks!

axiological design
03-06-2009, 12:58 PM
It would be easier w/ actionscript, but you could probably do this with a combination of tweens for the character's legs.

Mike ECI
03-08-2009, 01:31 PM
If you upgrade to cs4 it has boned animation tools - i.e if you move the foot, the knee joint automatically flexes. Makes for easier character animation. I've seen a plugin for flash cs3 and earlier that offers the same facility.

liquidgraph
03-08-2009, 07:37 PM
ActionScript takes a bit longer at the outset, but once you understand the functions, programatically animating things is faster and more efficient. Google for some ActionScript tutorials.