↧
Making Text Appear After the ShowEffect has Finished (Stop the Flex Tutorial...
Hi,I set-up the looping text example from the Flex tutorial and it is working fine. But, I can't figure out how to get the showEffect to stop after it's done. The text appears and then disappears. I...
View ArticleRe: Making Text Appear After the ShowEffect has Finished (Stop the Flex...
Hi,Okay. I made an error.I got it to stop. I commented out://myEffect.addEventListener(FLASHEFFEvents.TRANSITION_END, restartShowEffect);//myEffect.hideTransition = hideEffect;in order to stop the...
View ArticleRe: Making Text Appear After the ShowEffect has Finished (Stop the Flex...
I'm glad that you manage to solve this.
View ArticleRe: Making Text Appear After the ShowEffect has Finished (Stop the Flex...
i would like to stop text effect after one loop, but i would like thah pictures are going to loop further, is it possible? and what i need to do?
View ArticleRe: Making Text Appear After the ShowEffect has Finished (Stop the Flex...
That's quite simple, on transition_end event you need to call the removeAll method FlashEeff.
View Article