PDA

View Full Version : [AS3] DistortionTweener



mprzybylski
November 18th, 2007, 10:07 PM
View Example 1 (http://evolve.reintroducing.com/_source/classes/as3/DistortionTweener/DistortionTweener_ex1.html)
View Example 2 (http://evolve.reintroducing.com/_source/classes/as3/DistortionTweener/DistortionTweener_ex2.html)
View Example 3 (http://evolve.reintroducing.com/_source/classes/as3/DistortionTweener/DistortionTweener_ex3.html)
Download Class & Example Files (http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/)


The DistortionTweener allows you to distort four points of an object. It is an easy to way make distortions such as trapezoids on a movie clip.


The DistortionTweener uses Ruben Swieringa's DistortImage (http://www.rubenswieringa.com/blog/distortimage) class and is based on a sample .FLA provided by Tam Ho (http://www.flashteam.com.au/) on how to use DistortImage in Flash.

minthu
November 19th, 2007, 01:53 AM
Absolutely interesting!

prg9
November 19th, 2007, 10:27 AM
The DistortionTweener allows you to distort four points of an object. It is an easy to way make distortions such as trapezoids on a movie clip.

Nice work mprzybylski! Is this a continuation of further research/dev from your Tweening Shape Vertices (http://www.kirupa.com/forum/showthread.php?t=271702) by chance ? Very cool stuff! Do you happen to have an AS2 version using the orig AS2 DistortImage? (:thumb: would really love it if you do! ;-) (geeze, sadly I still do not have CS3/AS3)

Again great work mprzybylski (as always)!

mprzybylski
November 19th, 2007, 10:49 AM
prg9,
This is not a continuation, a new venture :P

There is no AS2 version in the works, sorry :( You could probably come up with an AS2 version if you look at the code, but I wasn't planning on making an AS2 version.

Digitalosophy
November 19th, 2007, 10:57 AM
Nice work :thumb:

prg9
November 19th, 2007, 10:57 AM
prg9, This is not a continuation, a new venture :P There is no AS2 version in the works, sorry :( You could probably come up with an AS2 version if you look at the code, but I wasn't planning on making an AS2 version.

Yeah was just curious, and thats a nice new venture for sure, again great work!

:( Okie dokie on the AS2 version (you cant fault me for asking :ne: )

digitaldivide
November 25th, 2007, 10:08 AM
We should all start learning AS3, but I'm also not there jet.. To bad for now.. But it is nice, indeed!