A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: help(urgen) how to use flash to create a dissolve in effect on a picture?

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    7

    help(urgen) how to use flash to create a dissolve in effect on a picture?

    hi, can someone guide me on how to create a dissolve in effect on a picture using flash? it is very urgen, please help if you know.

    any help will be greatful to me. thanks.

  2. #2
    Junior Member
    Join Date
    Feb 2007
    Posts
    3

    Try it!

    first of all select your picture, right click over it , select 'convert to symbol' and select movie click redio button and press ok.

    give your movie clip name 'h'


    now your picture is a symbol.

    now click on first frame of any layer and press F9

    This action open window for action script

    now type this code;

    function fad(){
    h._alpha--
    }
    setInterval(fad,100);


    press ctrl+Enter to view result.

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