A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    2

    Flash

    i want to create a flash like this on website..
    http://www.kdpmgi.com/
    can anyone tell me what it is called??? and how can i develop this???

  2. #2
    Senior Member
    Join Date
    Apr 2009
    Posts
    138

    sounds simple

    Well if you are talking about the flash effect on the main page when the image changes, it just looks like the background image is a movieclip and there is a motion tween that increases the brightness and then lowers it, and right at the max bright the image changes. also seems like there is an in effect and out effect on the flash, meaning the the brightness increases slow to fast! so it comes out of no where and then sat to slow.

    This can be done on the stage or the movie clip,
    for as I am not sure about tweening it, but you can change the brightness using myColorTransform , setTransform and new Color.

    an example i used to dim my images was this


    var myColorTransform:Object = new Object();
    var myColorTransform:Object = {ra:35, rb:102, ga:35, gb:102, ba:35, bb:102, aa:100, ab:86};
    BarColourA = new Color(mc.stats_gfx6);
    BarColourA.setTransform(myColorTransform);

    something like that, look it up in the flash help! Best of luck from one noobie to another.

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