Frame 1 (395 B)
function cargando() {
var _local2;
var _local3;
var _local4;
_local2 = _root.getBytesTotal();
_local3 = _root.getBytesLoaded();
_local4 = Math.floor((_local3 * 100) / _local2);
porcentaje_txt.text = _local4 + " %";
barra_mc.gotoAndStop(_local4);
if (_local3 == _local2) {
clearInterval(hiloPrecarga);
play();
}
}
var hiloPrecarga = setInterval(cargando, 1);
stop();
Frame 2 (8 B)
stop();
Instance of Symbol 14 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 17 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 20 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 26 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 29 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 32 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 35 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 38 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 41 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 44 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 47 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 50 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 53 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 56 MovieClip in Frame 2 (63 B)
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}