how does the 'component.width+Application.application.unscaledWidth' work?
i do not know the screen resolution, so i would like it so I do not need to speciy an exact x,y coordinate. eg. if screen size is 1028x768 or 1600x1200, the component should move off the screen. take a look at this image description of what I'm trying to do. http://thedarkcity.ws/transition.gif <http://thedarkcity.ws/transition.gif> let me know if i need to further clarify. thanks --- In [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote: > > you could just use i guess (component.width+Application.application.unscaledWidth) and that should take it off the screen, i have no idea what the apple Ipod menu does so... > > > ----- Original Message ---- > From: jovialrandor [EMAIL PROTECTED] > To: [email protected] > Sent: Wednesday, January 16, 2008 4:20:04 PM > Subject: [flexcoders] Re: Move effect > > What I am trying to accomplish is the Apple Ipod menu for Flex: Sliding > out/in menues. > > --- In [EMAIL PROTECTED] ups.com, "jovialrandor" <jovialrandor@ ...> > wrote: > > > > How can I specify any Flex component to move out of the screen if i > do > > not know the screen resoluction of the end user beforehand? > > > > Is there some Move value like '-1' that indicates to move out of any > > size screen? > > > > > > Thanks > > > > > > > > ________________________________________________________________________\ ____________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs >

