I'm looking for a solution to skew images. Flash only allows skewing of vector-based objects. I tried to use matrices but could not get a propriate solution. The goal is to do something like a threefold-brochure which folds out in two steps.
Does someone have a hint or example code for this?
UPDATE!
Maybe my message was a little bit wrong verbalised. Flash allows to skew, for example, a rectangle to a rhomboid.
------- -------
| | \ \
| | => \ \
| | \ \
------- -------
That's not the restriction i meant. I'm able to do WYSIWYG skewing like this for vectors and bitmaps. I need to do something like this:
------- |`
| | | `|
| | => | |
| | | ´
------- |´
Based on Bryan Grezeszak answer, i played with transformation movieclips on the linked page. Am i right when i say that there is no possibility to do this with matrices? If yes, are there other possibilities to achieve this?
Thanks =)