Except particular movie

Hi,

I have duplicated movie instances (s1, s2, s3…). Now “onRelease” bttn2 (duplicated instance of “bttn”) it does something with movie s2, but how to start other function for all other “s” movies? How define them? It should be something with “slice”…

 
duplicateMovieClip("bttn", "bttn"+i, i);
_root.meni["bttn"+i].onRelease = function() {
_root.holder["s"+this.i].something...;
_root.holder[other "s" movies - do something other]