带条件的动画定义
我怎样才能用条件制作动画MOVE定义?
我有组件,当我单击按钮时,我想将该组件向右移动 60 像素,然后再次单击向右 60 像素,然后再次单击。场景宽度为 620 像素...当组件位于位置 600 时,我单击按钮,组件向右移动 20 像素,向左移动 40 像素..然后单击按钮将组件向左移动 60 像素..直到它出现在开始场景..左侧相同..组件位于位置 12..然后单击按钮 - 将其移动 12左和 48 右...
这个动画是否在一个动画序列中定义了任何条件?或者我必须为每次点击动画定义额外的?
谢谢帕夫
how can i make animation MOVE definition with condition??
i have component and when i click on button then i want move this component 60 pixels right, next click again 60 pixels right and again..scene is 620 pixels width...when component is eg at position 600 and i click button, component move 20 pixels to right and 40 pixel left..then click button move component 60 pixels left..until it will at start scene..the same in left..component is eg at position 12..then click button - move it 12 left and 48 right...
is this animation with any condition defining in one animation sequence?? or i have to make still each click animation definition extra??
thanks pav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过 MoveEvent.MOVE 事件处理程序和 2 个动画定义解决了这个问题
i solved it through MoveEvent.MOVE event handler and 2 animation defin