|
First I would like to congratulate the laszlo dev team for this fantastic framework! Here is a question for you guys of the core team: I am developping an app where I need to apply a transformation on a movie clip so that it is played as if in a mirror. I have tried to set negative width without success. Looking at the AS2 language reference doc, it looks like the right way to do it is to use the transformation matrix, but it can't access such propertie from the movie clip in videoview. the code is var mat = mc.transform.matrix; mat.a = -1; mc.transform.matrix = mat; Would any of you give me some clue on how this could be done? Thanks, Christophe -- ------------------------------------------------------- Christophe NEY - Advanced IT Expertise and Consulting email: christophe.ney <at> batisseurs.com skype: cney-mac bio: http://christophe.batisseurs.com/en ------------------------------------------------------- |
- Re: [Laszlo-dev] For Review: Change 20071026-ptw-V Summary:... Philip Romanik
- [Laszlo-dev] Applying transformation matrix on movie c... Christophe NEY
- Re: [Laszlo-dev] Applying transformation matrix on... Christophe NEY
- Re: [Laszlo-dev] Applying transformation matrix on... P T Withington
- Re: [Laszlo-dev] Applying transformation matri... Christophe NEY
