home *** CD-ROM | disk | FTP | other *** search
- _quality = "HIGH";
- f_puntos = f_puntos * f_level + f_aciertos - f_fallos;
- if(f_puntos < 0)
- {
- f_puntos = 0;
- }
- p01 = int(f_aciertos * 100 / f_disparos);
- p02 = 100 - p01;
- with(pbarra1)
- {
- gotoAndStop(_parent.p01);
- }
- with(pbarra2)
- {
- gotoAndStop(_parent.p02);
- }
- stop();
-