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++){
Is it possible to make a motion tween w开发者_如何转开发ith as2 code only ( not with timeline).If it is, then can you please tell me how to do it?There\'s the Tween class:
When I click my button I wish one of mc\'s disapear completely(first alpha changes from 1 to 0) then removeChild.
I want an animated gif, since this isn\'t possible in Android I am using individual frames in a transition.
I\'m new to Flex and am trying to port a pure Flash/AS3 card game to Flex 4.5. It works mostly well, but I\'m missing few puzzle parts there:
this may seem a bit vague/confusing but i hope you can get it. I\'m filling arrays from a XML. These arrays have dynamic textFields inside them, and these textFields are childs of a movieclip.
I\'m developing an ActionScript mobile project for Android. When I add the following import, compiler says that is not found.
i\'m searching for the best and performant way to animate some elements (with jquery or mootools). for example, if i have to move an element, it\'s better to:
I have this image above. I want to parts of the image to show depending on the RPM of the car. For example when the car starts only the bottom blue block is visible, as the speed increases more bloc
Is there a way to overwrite the property of a tween? If I write el.set(\'tween\', {duration: ‘long’, onComplete: 开发者_JS百科callback});