Hi, I have looked at Alex's distortion effects and it is quite impressive. However, I am not sure it does what I need, perhaps I am overlooking a method?
What I am infact flipping are home floor plans... showing the "reverse" of the floor plan.(no animation ness.) This object is created dynamically, the user adds elements to it (other loaded swf's layered on top). So, a further explanation of what needs to be done is: to flip each mc of each loaded swf. I can just flip the whole Display Object Container however, there is text in these swf's. By flipping each mc of each swf the text reads properly. I have it working in Flash 8, which I am much better at, but in AS 3 & in Flex.. another story..I just cannot figure out the new structure in AS3.. So, unless I missed something in Alex's distortion effects, I am back to looping thru my loaded swf's mc's...Could anyone point me in the right direction? Much appreciated, thank-you --- In [email protected], leds usop <[EMAIL PROTECTED]> wrote: > > have you tried alex's distortion effects? there are a > lot of great flips you can implement from the samples > alone. although im not sure if you will run into > performance issues once you deal with several > movieclips. Any insight on that guys? > > --- thibs73 <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I am trying to convert some AS2 code to AS3 with > > some difficulty... > > What I am trying to do is flip all nested MovieClips > > in a loaded SWF . > > > > I loaded a swf with SwfLoader, casted it as a > > MovieClip. I am now > > trying to loop thru the loaded SWF to flip all movie > > clips > > > > I've done this before in AS2 like this: > > > > for (var i in targetClip) { > > if (typeof targetClip[i] == "movieclip"){ > > targetClip[i].scaleX = targetClip[i].scaleX * > > -1 > > } > > } > > > > What properties of the SWF or MovieClip Object > > should I target for my > > loop. Or am I way off base? > > Any help, would be appreciated. > > Thanks in advance. > > > > > > > > > > > ______________________________________________________________________ ______________ > Never miss an email again! > Yahoo! Toolbar alerts you the instant new Mail arrives. > http://tools.search.yahoo.com/toolbar/features/mail/ >

