onClipEvent

Hi…

I am having some problems using the onClipEvent…
I have a movieclip wich is a photo appearing from the left and I want to load a movieclip when this moovieclip ends, so I am using, in this movieclip (the photo) the action:

onClipEvent (load) {
efeitofoto.gotoAndplay(2);
}

The efeitofoto is the other movieclip I want to run after the photo appears…
The problem is: The action it´s not working…

I wonder if someone could help me with that…

thanks
Jefferson

In the photo mc at the frame you want to start efeitofoto mc to start

_root.efeitofoto.gotoAndplay(2);

??

scotty(-:

Hi,

Thanks for your help… You´ve opened my eyes to make it work in another way…
It´s working now…

Jefferson

no problem;)