Hello FlexUsers,

I am new in Flex and need your help.
I need a sliding TitleWindow. It should appear and then it should e.g.
"fly" from the right side to a position on the left.When I close the
TitleWindow it should fly from the left to the right, out of my
application and then disappears.
I tried to implement it with a "for loop", like

for(var i:int = 0; i<endingPosition ; i++){
TitleWindow.x = i;
}

but it´s too fast. So a kind of wait or sleep method would be nice.
Do you have any ideas?
regards

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to