Quick Question!


clipLoader = new MovieClipLoader();

clipListener = new Object();

clipLoader.addListener(clipListener);

clipListener.onLoadComplete()  = function() {
			_root.loading.gotoAndPlay("out");
			_root.transition.runIt();
			_root.lock = "off"
			_root.container_1.gotoAndPlay(1);
}

Why wont that work? I get a


**Error** Scene=Scene 1, layer=code, frame=1:Line 53: Left side of assignment operator must be variable or property.
     clipListener.onLoadComplete()  = function() {

Total ActionScript Errors: 1 	 Reported Errors: 1

TIA