# Overriding the clone function in events

**URL:** https://forum.kirupa.com/t/overriding-the-clone-function-in-events/237318
**Category:** Uncategorized
**Created:** [August 29, 2007, 10:39am UTC](https://forum.kirupa.com/t/overriding-the-clone-function-in-events/237318 "2007-08-29T10:39:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Aquilonian](https://avatars.discourse-cdn.com/v4/letter/a/97f17d/32.png) [@Aquilonian](https://forum.kirupa.com/u/Aquilonian)
#### Post date: [August 29, 2007, 10:39am UTC](https://forum.kirupa.com/t/overriding-the-clone-function-in-events/237318/1 "2007-08-29T10:39:27Z")

</div>

So, if i want to dispatch the same event again but with another parameters why cant i override the clone function to put those parameters in it?I mean,something like  
pubic override function clone(par1, par2){  
semms that flash dont like it, and also since the clone function itself creates another instance of my custom event i cant change the parameters in the old one and expect them to be in the new one…  
So, whenever i want to want to dispatch an event with another public variables will i have always to create a new instance of my event?
