开发者

Flex: Animate an image how to do it in as3

开发者 https://www.devze.com 2022-12-21 07:10 出处:网络
i am having problems with animation. Can\'t realize how to animate things in flex? E.g. in my current self made project I want to make am image to move after response from server. E.g. after event on

i am having problems with animation. Can't realize how to animate things in flex?

E.g. in my current self made project I want to make am image to move after response from server. E.g. after event on client side is made, server returns coods of new location of an image. How do I animate the movement?

Examples will be appre开发者_开发问答ciated,

Thanks :)


In mxml: http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html#includeExamplesSummary
In as3: http://www.adobe.com/devnet/flash/articles/creating_animation_as3.html

Or is your question more about how to tie the animation to the server-side event?

0

精彩评论

暂无评论...
验证码 换一张
取 消