A Flash Developer Resource Site

Results 1 to 19 of 19

Thread: fading???

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    in a world of my own
    Posts
    14

    fading???

    Can someone tell me the easiest and most effective/most common way a fade transition is made on either text or graphics? Thanx

  2. #2
    gotoAndPlay('flash');
    Join Date
    Dec 2000
    Location
    Pune, India
    Posts
    93
    Hi!
    I manipulate '_alpha' property to get fade in/fade out effect.

  3. #3
    Junior Member
    Join Date
    Jan 2001
    Posts
    17
    Ok. I've come up against a more tough problem. It's baffled me for a full day now.

    I've got a simple motion tween/fade in thing, fading a graphic symbol(originally text) from 0% alpha to 100% alpha. I've got this going on another layer in the timeline with no problem, but THIS. THIS one doesn't work! It just pops right in at 100% alpha whenever I export and test.

    Here's the thing. When you click in the individual frames in the timeline, the fade looks just fine. But when you export/test? Garbage!

    Please, I really need help on this one.

  4. #4
    to make it work, you need to use embedded types.

  5. #5
    gotoAndPlay('flash');
    Join Date
    Dec 2000
    Location
    Pune, India
    Posts
    93
    Hi Lunchbox!
    I don't know is this your problem but if you want to manipulate text(masking, changeing alpha,ratation etc),you have to embed the font.
    Have to embeded the font of your text in graphics symbol?

    Mahesh K.

  6. #6
    Junior Member
    Join Date
    Jan 2001
    Posts
    17
    Elaborate, please.

  7. #7
    gotoAndPlay('flash');
    Join Date
    Dec 2000
    Location
    Pune, India
    Posts
    93
    dop3 beat me!

  8. #8
    yourtextfield.embedfonts = true ;

  9. #9
    Junior Member
    Join Date
    Jan 2001
    Posts
    17
    And I just put this anywhere? I'm not sure I follow... sorry. I'm kind of new at the complexities of Flash. This used to work just fine, I'm not sure why it doesn't work all of a sudden from Flash5 - MX.

  10. #10
    you can also embed you font within the properties box.... i think there's a type or caracter button ... when you reach that submenu choose embbed all type ( in this case it only works for that textfield )

  11. #11
    Junior Member
    Join Date
    Jan 2001
    Posts
    17
    Awesome, that did it. Thanks a million, both of you. =)

  12. #12
    Junior Member
    Join Date
    Oct 2002
    Location
    in a world of my own
    Posts
    14

    is there a easier way

    I've faded using alpha shades - but this seems like a lot of work to fade everything you want to fade - doesn't flash have a nice easy fade button or something, or is this why other programs like swish were created?

  13. #13
    Member
    Join Date
    Aug 2002
    Posts
    89
    you can also embed you font within the properties box.... i think there's a type or caracter button ... when you reach that submenu choose embbed all type ( in this case it only works for that textfield )
    I'm having the same problem...but I can't find where I can set the text to be embedded... I'm pretty sure there is nothing in the property box for the text field that mentions anything about *embedded text*

    Could you please elaborate dOP3.

    Thanks
    Great minds discuss ideas; Average minds discuss events; Small minds discuss People.

  14. #14
    Senior Member
    Join Date
    Nov 2000
    Location
    Columbus OH
    Posts
    178
    7amood, highlight the textbox that you want to embed the font in. In the properties panel click the button that says "character" next the var field. Then choose "all characters." Hope that helps.
    delstrange

  15. #15
    Member
    Join Date
    Aug 2002
    Posts
    89
    I'm sorry... i might not have explained myself clearly... I guess the previous submission referes to a "Textbox", my problem is with fading text that is coming from the Text Tool.

    I guess that explains why I can't find the embedd option, charactor, or var fields.

    thanks for pointing that out though.
    Great minds discuss ideas; Average minds discuss events; Small minds discuss People.

  16. #16
    Member
    Join Date
    Aug 2002
    Posts
    89
    delstrange, any idea's on how i can get over this problem? I can easily do with images, but for some reason, text doesn't give you the option to do the Alpha transperancy... I really hate to have to switch all my text to images inorder to be able to do the fading.
    Great minds discuss ideas; Average minds discuss events; Small minds discuss People.

  17. #17
    Senior Member
    Join Date
    Nov 2000
    Location
    Columbus OH
    Posts
    178
    you could try placing the text box with the embedded font into a movie clip, then placing that movie clip on the main timeline or inside any other movie clip then adjust the alpha of that movie clip.

    The only other way to change the alpha when using the text tool is to turn that text into an instance (ie. graphic, mc) and then adjusting its alpha.
    delstrange

  18. #18
    Member
    Join Date
    Aug 2002
    Posts
    89
    I'll try the first option... I'm not sure how successful I will be since I'm new to flash and I'm sure how I'll be able to create a second movie then link it to the main one using actionscript.

    if you can give me some short pointers... that would be great

    Thanks
    Great minds discuss ideas; Average minds discuss events; Small minds discuss People.

  19. #19
    you have to set your text to dynamic mode ... not static.

    In this dynamic mode text property-box, you'll find a 'caracter' submenu ... then choose 'all caracters'...



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