목록형 플레이어 만드려고 하는데 자꾸

1086 구문 오류 : leftbrace 앞에 세미콜론이 필요합니다

해서 수정하면 또 다른 곳에서 오류가 뜨고...

 

 

on (release) {

 

var mc1:MovieClip = this.createEmptyMovieClip("mc1", this.swapDepths(getNextHighestDepth()));

 

this.mc1.loadMovie("플짤주소");

 

this.mc1._x = x축값;

 

this.mc1._y = y축값;}

 

 

on (release) { var mc:MovieClip = this.createEmptyMovieClip("mc", this.swapDepths(getNextHighestDepth())); this.mc.loadMovie("영상주소 넣는 곳"); this.mc._x = 0 this.mc._y = 0;}

 

 

 

이거 둘 다 써봤는데도 그러네 어도비 개년 ㅠㅠ cs6 왜 지우고 지랄