If you have a MC instance with a on(press) handler set at design time. You then duplicate that clip with actionscript. Now, is there a way to change the on(Press) handler of the new copy.
newMC.onPress = function() {trace("oioi"
;}
seems inefective, and the original on(Press) handler is still left in place...
any ideas...?? Pete
Digital Soma
newMC.onPress = function() {trace("oioi"
seems inefective, and the original on(Press) handler is still left in place...
any ideas...?? Pete
Digital Soma