Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 2 of 2
  1. #1

    Default Problem with loading fading content area animation...

    Hi!
    I have a problem with loading fading out menu content (website) animation, after clicking the button, before loading animation that i need.
    That sound confusing. What i would like to do is: lets say were on my HOME webpage and i would like to go to PORTFOLIO, so what i need is:
    click PORTFOLIO button - fade out HOME content area - load PORTFOLIO content area.
    Ive seen post with the same problem and did everything that was advised so on every last frame of my fading MyMC:

    stop();
    if (_root.page=="home") {
    this.gotoAndPlay ("homeIn");
    }
    if (_root.page=="portfolio") {
    this.gotoAndPlay ("portfolioIn");
    }

    and on every button:

    on (press)
    {
    _root.page="home"; //or "portfolio"
    MyMC.play();
    }

    It doesn't work. Can the problem be my MC, because i use the same MC (MyMC) for content area that is fading out as well as loading, only with different type of motion tween.
    Oh yeah, should my "page" variable be defined enywhere else besides the buttons?

    Appreciate any help,
    Aga

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    In order for the page variable to be accessed from the main timeline, or from movieclips or nested movieclips, you need to have the variable defined on the first keyframe of the main timeline....

    page = "Home";

    NTD
    A mind once stretched by a new idea never regains its original dimensions.
    - Oliver Wendell Holmes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial