Calling an Event That Equals to a Function Inside Another Event

[SIZE=3]Hi Dear Friends
I Have a Little Problem. I Have:
[FONT=courier new]Btn1.[COLOR=#0000ff]onRelease[/COLOR] = [COLOR=#800080]function/COLOR{[/FONT]
[/SIZE][INDENT][SIZE=3][COLOR=#a9a9a9][FONT=courier new]//Do Something[/FONT][/COLOR][/SIZE][/INDENT]
[SIZE=3][FONT=courier new]}[/FONT][/SIZE][SIZE=3]
Now I Want to Call onRelease Function of Btn1 Inside onRelease Function of Btn2. Something Like This:
[FONT=courier new]Btn2.[COLOR=#0000FF]onRelease [/COLOR]= [COLOR=#800080]function/COLOR{[/FONT][/SIZE][INDENT][SIZE=3][FONT=courier new]Btn1.[COLOR=#0000FF]onRelease/COLOR;[/FONT][/SIZE][/INDENT]
[SIZE=3][FONT=courier new]}[/FONT][/SIZE][SIZE=3]
But It’s Not Working. Whats The True Syntax for This?
Thanks For Helping :te:[/SIZE]