# onClipEvent

**URL:** https://forum.kirupa.com/t/onclipevent/122628
**Category:** Uncategorized
**Created:** [September 15, 2004, 2:09pm UTC](https://forum.kirupa.com/t/onclipevent/122628 "2004-09-15T14:09:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JeffBrazil](https://avatars.discourse-cdn.com/v4/letter/j/aca169/32.png) [@JeffBrazil](https://forum.kirupa.com/u/JeffBrazil)
#### Post date: [September 15, 2004, 2:09pm UTC](https://forum.kirupa.com/t/onclipevent/122628/1 "2004-09-15T14:09:02Z")

</div>

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
