Distort MovieClip in Flash with AS3
posted in /home/ActionScript on 2010-09-05 |
As you probably know there is no simple way to distort a MovieClip in Flash. The solution that I've found uses AS3. Special thanks to Thomas Pfeiffer and Ruben Swieringa. They share their experience with this problem.
I successfully wrapped the code from here. As you can see in the example below I added a few properties to class that extends MovieClip. The usage:
The code of the example:
And the result is:
You can download the source files from here.
I successfully wrapped the code from here. As you can see in the example below I added a few properties to class that extends MovieClip. The usage:
The code of the example:
And the result is:
You can download the source files from here.
Delicious