
onClipEvent (load) {
this.stop();
this.onRollOver = function() {
this.play();
}
this.onPress = function() {
getURL("●●.html");
}
}

onClipEvent (load) {
this.stop();
this.onRollOver = function() {
this.play();
}
this.onPress = function() {
getURL("●●.html");
}
}