A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Fade Out > Fade In

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

    Fade Out > Fade In

    I have 4 pages, Home, Info, Projects, Contact. I want to fade the text out when the user clicks a button to go to another page, and then fade in the text for the appropriate page.

    I want to know whether I should go about this by creating each page as a MC or is it easier to use one timeline?

    And then...what actionscript do I need to make this work! Thanks.

  2. #2
    Flash/Flex Developer samac1068's Avatar
    Join Date
    Apr 2007
    Location
    Here, no there
    Posts
    1,813
    I suggest you us individual movieclips. If you use a movieclip symbol to hold your text element, it should be easy to adjust the alpha of the movieclip to produce exactly what you're looking for.
    Some people are like Slinkies, not really good for anything, but they bring a smile to your face when pushed down the stairs.

  3. #3
    Junior Member
    Join Date
    Jul 2008
    Posts
    21
    Quote Originally Posted by samac1068 View Post
    I suggest you us individual movieclips. If you use a movieclip symbol to hold your text element, it should be easy to adjust the alpha of the movieclip to produce exactly what you're looking for.
    Thanks for the reply....do you have any idea of the actionscript to be used to link the buttons to correct pages/play the fade?

  4. #4
    Flash/Flex Developer samac1068's Avatar
    Join Date
    Apr 2007
    Location
    Here, no there
    Posts
    1,813
    I continued to think about it a little further and I think I understand what you're looking for. If the four pages have the same layout, or at least very similar, then the process turns to just populating the correct variables (object) with the information related to the button selected.

    Is the information for each page (text and images) already loaded into Flash or is it externally loaded when need?
    Some people are like Slinkies, not really good for anything, but they bring a smile to your face when pushed down the stairs.

  5. #5
    Junior Member
    Join Date
    Jul 2008
    Posts
    21
    Quote Originally Posted by samac1068 View Post
    I continued to think about it a little further and I think I understand what you're looking for. If the four pages have the same layout, or at least very similar, then the process turns to just populating the correct variables (object) with the information related to the button selected.

    Is the information for each page (text and images) already loaded into Flash or is it externally loaded when need?
    Already loaded into flash + similar layouts
    Last edited by Oucch; 04-23-2009 at 02:55 PM.

  6. #6
    Junior Member
    Join Date
    Jul 2008
    Posts
    21
    Anyone help me out???
    Ive been looking at this in more detail, maybe i need to use variables....

Tags for this Thread

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