Trey,

 

Yes, there was a bug that the origin properties didn’t work. This has been fixed internally, so in the next build, this should work fine. Sorry, there is no workaround for now.

 

Joan

 

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Trey Long
Sent: Monday, February 06, 2006 11:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Rotate Effect

 

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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to