|
-
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.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|