B按钮
on (release) {
//load Movie Behavior
if(this == Number(this)){
loadMovieNum("C.swf",this);
} else {
this.loadMovie("C.swf");
}
//End Behavior
C按钮
on (release) {
//unload Movie Behavior
if(this == Number(this)){
unloadMovieNum(this);
} else {
this.unloadMovie();
}
//End Behavior
}
[ 本帖最后由 晨树画室 于 2007-2-6 02:07 编辑 ]