![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/09/2003, 15:41
|
![Avatar de BeN](http://static.forosdelweb.com/customavatars/avatar40038_2.gif) | | | Fecha de Ingreso: agosto-2003 Ubicación: Mexico, D.F.
Mensajes: 281
Antigüedad: 21 años, 5 meses Puntos: 0 | |
con un switch usando la variable llamada imagen
imagen = random(3)+1;
path = "images/"+imagen+".jpg";
loadMovie(path, "target");
switch (imagen) {
case 1:
texto='Texto de la primera imagen'; break;
case 2:
texto='Texto de la primera imagen';
break;
case 3:
texto='Texto de la primera imagen';
break;
default:
texto='No se cargo imagen';
}
__________________ ...everything under the sun is in tune
But the sun is eclipsed by the moon. |