Help with (onclipevent)

That’s because of this :

_root._height =250
_root._width =764

Try re-sizing the clip instead of the whole swf _root movie.

like

_root.clip._height =250
_root.clip._width =764

Edit : actually I’m not so sure now that I think about it it’s just not good practice but not a problem in your case since the size of your movie is already 250x764