Could someone provide me some guidance on this?
I am ready to dig into Laszlo compiler if needed.
 
Thanks,
Christophe


Christophe NEY a écrit :
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
-------------------------------------------------------

  


-- 
-------------------------------------------------------
Christophe NEY - Advanced IT Expertise and Consulting
email: christophe.ney <at> batisseurs.com
tel: +33 8 70 35 85 53
mobile: +33 6 61 48 85 53
skype: cney-mac
bio: http://christophe.batisseurs.com/en
-------------------------------------------------------

Reply via email to