■ ムービークリップに不透明な背景色を設定するには

//ムービークリップアクション
on (press) {
this.opaqueBackground = Math.floor(Math.random() * 0xFFFFFF) ;
}