# Append to ClipEvents?

**URL:** https://forum.kirupa.com/t/append-to-clipevents/47181
**Category:** flash
**Created:** [March 31, 2004, 11:27pm UTC](https://forum.kirupa.com/t/append-to-clipevents/47181 "2004-03-31T23:27:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kupreg](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kupreg/32/171_2.png) [@kupreg](https://forum.kirupa.com/u/kupreg)
#### Post date: [March 31, 2004, 11:27pm UTC](https://forum.kirupa.com/t/append-to-clipevents/47181/1 "2004-03-31T23:27:30Z")

</div>

hey there. i was wondering the other day about how i would add actions to a currently running clipevent. example

clip.onEnterFrame=function(){  
this.dosomething();  
}  
and then if i wanted to have it do something and something else, but i didn’t know exactly what it was currently doing

clip.onEnterFrame=function(){  
this.onEnterFrame //and add something else?  
this.dosomethingelse();  
}

i just want to add something to onEnterFrame ?

anyone
