Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

how apply fade in or out on UILoader

Participant ,
Jun 15, 2013 Jun 15, 2013

hi , i need to load some external images in seprated parts

i use UILoader  and its very simple and load my external images well

but i need to add some transition effect on UILoader .

when i use Classic Tween or convert UILoader to Movieclip it not work anymore and nothing load ...

so what i should do about that ?  is this any script to add transition effect to Uiloader ?

TOPICS
ActionScript
718
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 15, 2013 Jun 15, 2013

Look into using the Actionscript-based Tween class that is built into Flash for starters.  If you can get that working then you might prefer to move up to a third party tweening engine such as TweenLite to get better performance.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jun 15, 2013 Jun 15, 2013

thanks i turn Uiloader instance name to : myBall_mc and use these script :

var myTween:Tween = new Tween(myBall_mc, "alpha", Strong.easeIn, 0, 1, 1, true);

and it works

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 15, 2013 Jun 15, 2013
LATEST

You're welcome

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines