Adobe Education Store

Kinematics with Actionscript 3 example 1

by admin on October 17, 2008 · 0 comments

in Animations, Flash CS3, Tutorials

So far we have seen how to use Actionscript 3.0 to create effects and animations.
We have seen how trigonometry, the Pythagorean theorem, collisions and much more.

Now I would like to open a chapter on the kinematics applied to Actionscript 3.0.
For those who do not know, the kinematics is a branch of mathematics that deals with movements bodies / objects but without the use of force or the masses and posed the problem of finding the causes accounting for such movements.

For those who want to deepen the discussion, leave a link to Wikipedia:
http://en.wikipedia.org/wiki/Kinematics

So this is speed and direction.
It seems very simple (and actually we’ll see it is ) but kinematics can reach extremely complex formulas.
Often the kinematics is applied in 3D softwares but we’ll see in 2D ( since Flash CS3 has not 3D engine) and will be a beautiful view.

The kinematics is of two types: direct and inverse.
The direct dealing with movements that originate at the base of the system and move on free end (like a segment).
The inverse is handled to the contrary, the animation originates from free end and back at the base of the system.

We see the first example that relates move as a segment …

Read more

Share This Post

Related posts

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Older post: Dynamically adding a method to Objects

Newer post: Kinematics with Actionscript 3 example 2