Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/04/2005, 02:25
Arturo_DCamelot
 
Fecha de Ingreso: enero-2005
Mensajes: 30
Antigüedad: 19 años, 4 meses
Puntos: 0
Exclamación problem con while (ya tengo sueño)

hola vean este trozo de codigo:


while (getBytesLoaded()!>= getBytesTotal()) {
restante = Math.floor(getBytesLoaded()/getBytesTotal()*100);
_root.progreso._xscale = restante;
porcentaje = ("carga restante "+restante+" %");
gotoAndPlay("preloader", "loader");
}

gotoAndPlay("Escena 1", "girador")



por razones que aun no he llegado a comprender me arroja este error

**Error** Escena=preloader, capa=Capa 1, fotograma=1:Línea 1: Se espera ')'
while (getBytesLoaded()!>= getBytesTotal()) {

Total de errores de ActionScript: 1 Errores comunicados: 1



alguien me podria hacerme saber q .... pasa