■ データ型を調べるには

//ボタンアクション
on (release) {
for (var i in _root) {
obj = _root[i];
if (typeof obj == "movieclip") obj.stop();
}
}