tween
ActionScript - Tweening Problem
the following code returns the following runtime error.why? code: package { import flash.display.Sprite; import fl.transitions.Tween;[详细]
2023-01-26 20:19 分类:问答ActionScript - Tween With Zero Duration?
i 开发者_如何转开发have a tween function which fades in a display object over time. when i set my tween duration to 0 nothing happens.isn\'t the tween suppose to animate in 0 seconds (or frames) to e[详细]
2023-01-22 13:59 分类:问答Clicking Text Element in Tween Halts Animation
I\'ve been having some trouble with tweens. Here\'s a description of my usage: I have a system where a textbox is the child of a movieclip. When you click the \"Next\" button, the movieclip fades to[详细]
2023-01-18 03:28 分类:问答Actionscript Tweening with Motion Blur
So i have several items on a page, each of which tweens out or in depending on a mouse event. So far i can do Easing on them when they are going out/in but how do i also set up a tween so that it blur[详细]
2023-01-16 21:44 分类:问答Blur Tween in AS3
I wish for a mo开发者_如何学Pythonvie clip to slowly blur over a couple of seconds. Is there some way to do this without using Tweener or some other external class? I only wish to use the tween class.[详细]
2023-01-16 16:02 分类:问答Flash dynamic transitions
Just wanted to know what the best way of transitioning between pages in flash. Basically i have 5 pages, each of them have an intro animation (slide in, slide out). I know how to make them transition[详细]
2023-01-16 11:31 分类:问答Slowing down a Mootools' element highlight?
So, the highlight element method is great! $(\'flashyflashy\').highligh开发者_开发知识库t(\'#fcc\');[详细]
2023-01-12 13:31 分类:问答"this" is undefined
I am a java/php developer helping someone with actionscript.I don\'t understand why \"this\" is undefined in the below code.this is only a snippet of the code, but hopefully it\'s gives an idea of whe[详细]
2023-01-09 02:49 分类:问答ActionScript Bitmap Filter Tweening
i can\'t seem to tween any bitmap filters.here\'s my code: var dropShadow:DropShadowFilter = new DropShadowFilter();[详细]
2023-01-02 14:41 分类:问答How can I find the current position of a View when it's being translated by a tweening animation?
I have a View in an Android application, which is used to show a graphic. This View is being animated by a translation animation, specified in an XML file. In my case, the translation is moving the Vi[详细]
2022-12-24 04:32 分类:问答