prova così:
codice:
...
...
barra.ico.onRelease = function (q) {
  my_mc.loadMovie("images/"+image[q]);
  count=q;
};
...
...