This is a follow up question to an earlier thread. Someone helped me with some code, but actually made it to difficult for me to understand.
I want to fade the pictures in this loop in:
for (i=1; i<=6; i++) {
loadMovie("images/image"+i+".jpg", "container_"+i);
this["container_"+i].onload = function() {
this["container_"+i]._alpha = 0;
};
}
Searched for examples, but couldn’t find a simple one(drives me crazy!)
thanks
regards
*wanted to post in AS forum but made mistake. Is it possible to move it there?