A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Endless loop of cross fading images

  1. #1
    Senior Member
    Join Date
    Oct 2008
    Posts
    179

    Endless loop of cross fading images

    I've always struggled with this for some reason, but say I have 5 images loading from XML. How would I make it so they would cross fade each other on an endless loop? I can make it so it gets to the end by loading them on top of each other and then fading each one out, but once I get to the end I'm lost.

  2. #2
    Junior Member
    Join Date
    Feb 2009
    Posts
    12
    I am not a Flash Programmer. But still I think putting the code of loading/unloading images into some indefinite loop(like we do in c++) can do the trick you want to do.
    Like
    variable x=1;
    while (x>0)
    {
    Your code here
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center