A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Fade in/out image

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    4

    Fade in/out image

    Hi,

    first time on the forums,
    im workin on a personal site for myself and need sum help,
    i want to make an image fade in/out when the mouse moves over/out
    of the image, ive got about 7 images on the page page,
    i tired to use the movie clip example i found on hte net,
    but i don't understand how it works/ how to add the same eefect on the other images too. can any one plz help me out,
    if needed u can add me to ur msn: sexyhottchick4eva@hotmail.com
    take care

  2. #2
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    First; import your image <file -> import> or <Ctrl+R>

    Next; select image and press <F8> or <insert -> convert to symbol> choose movie clip and give it a name.

    Next; with image selected open properties panel and give it an instance name. Set the alpha to 0.

    Next; With it still selected enter this script in the actions panel;

    on (rollOver) {
    this._alpha = 100;
    }
    on (rollOut) {
    this._alpha = 0;
    }


    You could always make a mc with the image tweened to fade in and out.


    See attachment
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

  3. #3
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    Hey hottchick4eva


    Have a look at this attachment. I added more comments and added anothe action to the other MC. I hope this explains it well.
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

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