Are there any known problems with to Rotate effect class? I am trying to 
get the origins working and it appears that, even copying from the 
example, that the origin is at best ignored and at worst completely 
changes the x and y of my component.

CODE:
<?xml version="1.0" encoding="utf-8"?>
<!-- Simple example to demonstrate the Rotate effect -->
<mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml"; 
backgroundColor="#FFFFFF">

     <mx:Rotate id="myRotate" duration="200" originX="130" originY="130" />

     <mx:Panel id="panel" title="Rotate Panel" width="260" 
mouseDownEffect="{myRotate}">

         <mx:HBox>
             <mx:Label text="WEEEEEEEEEEEEEEE"/>
         </mx:HBox>

         <mx:Label text="*click on the panel to see Rotate effect." 
color="#CC0000"/>

     </mx:Panel>

</mx:Application>


-Trey


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to