Why this error ¿¿¿

why the error?

actionScript on button

on (release) = function() {
_imageLoader.main_03.startFrame = _imageLoader.main_03._currentframe;
_imageLoader.main_03.gotoAndPlay(_imageLoader.main_03._currentframe+1)
_imageLoader.main_03.onEnterFrame = function() {
if(this._currentframe == this.startFrame+19) {
this.gotoAndPlay(11);
}
}
}

Error Scene=Scene 1, layer=content, frame=2:Line 1: ‘{’ expected
on(release) = function() {

Total ActionScript Errors: 1 Reported Errors: 1