He copiado tu código y cuando le doy publicar y paso el raton sobre no se amplia la fotografia
tu códifo:
Clip. OnRollOver = function(){
clip. OnEnterFrame=function(){
if (this. _xscale<300){
this. _xscale=this. _yscale=this. _xscale+10
}else{
delete this. OnEnterFrame
}
}
}