先在主场景中建立两个独立的MC,在第一个MC的实例上写上如下的代码:
onClipEvent( mouseup ){
trace( "in the first MC!" );
this._x += 50;
}
在第二个MC的实例上写上如下的代码:
onClipEve ...
onClipEvent( mouseup ){
trace( "in the first MC!" );
this._x += 50;
}
在第二个MC的实例上写上如下的代码:
onClipEve ...
