# onClipEvent

**URL:** https://forum.kirupa.com/t/onclipevent/64352
**Category:** flash
**Created:** [September 15, 2004, 2:09pm UTC](https://forum.kirupa.com/t/onclipevent/64352 "2004-09-15T14:09:02Z")
**Posts on this page:** 4
**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/64352/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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 15, 2004, 2:12pm UTC](https://forum.kirupa.com/t/onclipevent/64352/2 "2004-09-15T14:12:30Z")

</div>

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

```auto
_root.efeitofoto.gotoAndplay(2);

```

??

scotty(-:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 15, 2004, 3:18pm UTC](https://forum.kirupa.com/t/onclipevent/64352/3 "2004-09-15T15:18:25Z")

</div>

Hi,

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

Jefferson

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 15, 2004, 3:25pm UTC](https://forum.kirupa.com/t/onclipevent/64352/4 "2004-09-15T15:25:19Z")

</div>

no problem;)
