A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: contrast/brightness effects

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    68

    contrast/brightness effects

    Hello,

    I'm trying to recreate an effect and would appreciate some guidance.
    Please see:

    http://www.mikimoto.com/uk/top.swf

    Can anyone give me any pointers on they created this fade in effect?

    Thanks, pm

  2. #2
    Senior Member
    Join Date
    Mar 2004
    Posts
    203
    very nice and clean site

    fade in no problem, do it with one of these:
    play with the alpha or brightness effects, something like:

    1.

    MCfading._alpha=0;
    MCfading.onEnterFrame=Function()
    {
    this._alpha+=5;
    };
    or

    2. for the brightness do some kind of MC cause I dont think you can do it with AS(action script)
    Cheers, KGTRIP

  3. #3
    free-webmaster-resource.com deamothul's Avatar
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    1,475
    Originally posted by kgtrip

    2. for the brightness do some kind of MC cause I dont think you can do it with AS(action script)
    Robert penner has some methods to do that.

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    68
    cheers, i'll have a go and take a look

  5. #5
    Member
    Join Date
    Mar 2002
    Posts
    68
    Simple answer in the end - tweened it using the RGB offsets in the advanced settings panel.

    pm

  6. #6
    free-webmaster-resource.com deamothul's Avatar
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    1,475
    hehe i hate tweening

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