![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/07/2006, 16:55
|
| | Fecha de Ingreso: febrero-2006
Mensajes: 77
Antigüedad: 19 años Puntos: 0 | |
onclipevent(enterframe)
{
if(hitTest(root.puerta1))
mac=1
if(hitTest(root.puerta1))
mac=2
if(hitTest(root.puerta1))
mac=3
}
onclipevent(Key_down)
{
if(Key.getCode()==97){
if(mac===1)
loadmovienum("movie1.swf".1)
if(mac===1)
loadmovienum("movie2.swf".1)
if(mac===1)
loadmovienum("movie1.swf".1)
}
Algo parecido es lo que estaba intentando |