A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Clouds Animation Problem

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    19

    Clouds Animation Problem

    I created an animation for my website's background which you see the clouds moving slowly in the background. And I copied that MC through all the scenes (Preloader, Intro, Main , About, Works and Contact) The problem is whenever I press in the menu buttons which take me to a new scene of a new page the Background Mc starts all over again and then there is a "bug" and a delay in the background.. You can see it here:
    http://cpower.co.il
    just press on on of the menu button and see the background. How can it be solved?

    Thanks.

  2. #2
    Junior Member
    Join Date
    Jul 2008
    Posts
    19
    Anyone?

  3. #3
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    I dont think so that you have any solution for this one....because background is pasted in all the scenes and when ever the new scene comes up the movie clip starts with frame 1 and thats quite obvious.

    What you can do is you can pass as an argument a variable to next scene wheich will held teh value of frame on which teh cloud animation was and in the next scene it will play the cloud animation from that frame.

    Hope you get this. Let me know if u dont!
    As ever,
    Vinayak Kadam

  4. #4
    Junior Member
    Join Date
    Jul 2008
    Posts
    19
    I understand your idea.
    So how can I "save" the current frame in a variable and then make the MC in the new scene play from that current frame held in the variable?

  5. #5
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    Exactly. You got it.

    Create a variable in the first scene you create and then you can use that variable in any scene and no need to apply _parent or _root. You can address teh variable as it is.
    As ever,
    Vinayak Kadam

  6. #6
    Junior Member
    Join Date
    Jul 2008
    Posts
    19
    Yeah but how do I do that? I'm not quite good with AS2\3 so I was hoping you can give me the code for everything here

  7. #7
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    Is there any scope for you to upload your FLA so that I can work in it. Because to send u the code, I need to create a scenario here and then test that code which will take time. If you have your FLA handy, then u can remove the unwanted items, remove all the copyright text, confidential data and just send the skeleton FLA to me.
    Last edited by vinayak.kadam; 03-18-2009 at 06:43 AM. Reason: spelling msitakes!
    As ever,
    Vinayak Kadam

  8. #8
    Junior Member
    Join Date
    Jul 2008
    Posts
    19
    Ok I will send you tomorrow.
    Thanks.

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