![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/11/2005, 12:10
|
![Avatar de rusoftware](http://static.forosdelweb.com/customavatars/avatar61114_1.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: Rosario - Argentina
Mensajes: 1.083
Antigüedad: 20 años, 10 meses Puntos: 2 | |
Pues, la ventana debe ser un clip o un swf aparte. Luego pones un botón en el lugar que será el "seleccionable" para el movimiento y le introduces el código:
on(press){
startDrag(true/false, left, top, right, bottom);
}
on(release){
stopDrag();
}
Un abrazo. |