gsap
removeChild after Tweenlite does not really work
I\'d like to remove objects via removeChild after Tweenlite has finished tweening. But it doesn\'t really work because my objects are still in the DisplayList. I can\'t figure out the problem so I wou[详细]
2023-04-12 21:43 分类:问答Unexpected TimeLineMax dysfunction
I have an Object and i want to apply two motion tween .I try to append them to a Timeline but i encounter some issues.When i test it,the most of the times i have to click many times in order to have r[详细]
2023-04-12 21:06 分类:问答how to make the images appear one by one? flash as3
i\'m trying to make my images appear one by one, but they come on screen all together : for (var i=0; i<myImages.length; i++){[详细]
2023-04-11 14:34 分类:问答AS3 LoaderMax: Loading pictures to an array?
I have the following problem. I wanna load 3 pictures to the stage using LoaderMax. Their path is stored in an array (urls), and finally I wanna have all their displayList objects in a new array calle[详细]
2023-04-11 08:47 分类:问答TweenLite Design Pattern
Just curious. TweenLite/TweenMax is a very common animation library, and I was wondering how someone would classify the design pattern used in TweenLite.[详细]
2023-04-10 02:55 分类:问答how can i remove object from Tweenlite
how can i remove object from Tweenlite private var planeCards:Plane; protected function animate():void[详细]
2023-04-04 05:23 分类:问答Flash, AS3 -> TweenLite + Box2D - do they combine?
Well, imagine the scenario where i have 3 objects, hanging from the \"ceiling\", each one by a string (inside a b2World).They are 开发者_运维百科touching each other side by side.[详细]
2023-03-25 06:56 分类:问答Display overall progress for FileReference.load()
function files_select(e:E开发者_Go百科vent) { for (var k = 0; k < file_ref_list.fileList.length; k++) {[详细]
2023-03-24 13:29 分类:问答Fading out volume on a movieClip
I\'ve looked around the net on this issue, and came up with the following code to fade out the volume on my movieclip:[详细]
2023-03-24 09:19 分类:问答Tweenlite - a sequence chain of TweenLite.to not triggering
Its pretty simple what im trying to achieve. I have a MC on Stage, which im trying to tween to different X coordinates.[详细]
2023-03-09 14:15 分类:问答