
Código
NroDeYodaaColocar = 0; Y = 713.5; Direction = 1; Scale = 100; do { Nombre = "Yoda"+NroDeYodaaColocar; attachMovie("sYellow", Nombre, NroDeYodaaColocar); setProperty (Nombre, _x, 90.9); setProperty (Nombre, _y, Y); setProperty (Nombre, _xscale, Scale*Direction); setProperty (Nombre, _yscale, Scale); NroDeYodaaColocar++; Y = Y-getProperty(Nombre, _height)/1.5; Direction = Direction*-1; Scale = Scale/1.15; } while (NroDeYodaaColocar < 100); Y = 713.5; Direction = 1; Scale = 100; do { Nombre = "Yoda"+NroDeYodaaColocar; attachMovie("sRosa", Nombre, NroDeYodaaColocar); setProperty (Nombre, _x, 499.1); setProperty (Nombre, _y, Y); setProperty (Nombre, _xscale, Scale*Direction); setProperty (Nombre, _yscale, Scale); NroDeYodaaColocar++; Y = Y-getProperty(Nombre, _height); Direction = Direction*-1; Scale = Scale/1.4; } while (NroDeYodaaColocar < 150); attachMovie("sTexto", "Texto", NroDeYodaaColocar);