Frame 1 (85 B)
setProperty("_root.barrita", _xscale , 0);
_level0.load = "Cargando gr\u00E1ficos";
Instance of Symbol 17 MovieClip "size" in Frame 1 (357 B)
onClipEvent (load) {
total = int(_root.getBytesTotal());
}
onClipEvent (enterFrame) {
micolor = new Color(_root.barrita);
loaded = int(_root.getBytesLoaded());
percent = int((loaded / total) * 100);
_root.percent = percent + " %";
setProperty("_root.barrita", _xscale , percent);
if (percent >= 100) {
tellTarget ("_root") {
play();
};
}
}
Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Frame 17 (8 B)
stop();
Frame 77 (8 B)
stop();
Frame 92 (8 B)
stop();
Frame 107 (8 B)
stop();
Frame 122 (8 B)
stop();
Frame 137 (8 B)
stop();
Frame 152 (8 B)
stop();
Frame 158 (8 B)
stop();
Frame 159 (8 B)
stop();
Frame 160 (8 B)
stop();
Frame 177 (8 B)
stop();
Symbol 29 Button (57 B)
on (release) {
nextFrame();
stopAllSounds();
play();
}
Symbol 54 Button (62 B)
on (release) {
gotoAndPlay (75);
stopAllSounds();
play();
}
Symbol 61 Button (39 B)
on (release) {
nextFrame();
play();
}
Symbol 106 Button (52 B)
on (release) {
stopAllSounds();
gotoAndPlay (1);
}
Symbol 107 Button (52 B)
on (release) {
stopAllSounds();
gotoAndPlay (3);
}