Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2005, 15:13
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
Prueba esto

Código:
OnClipEventLoad{
bu=1;
	while(bu<25){
	_root.pet02.duplicateMovieClip("pet0"+bu,bu);
	_root.pet02._x=random(400)+1;
	_root.pet02._y=100;
	bu++;
	}
}