Un mc con il testo che lampeggia e, associato all'mc
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
car = _root.getBytesLoaded();
tot = _root.getBytesTotal();
if (car != undefined) {
_root.play();
}
}