05/05/2004, 07:36
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 22 años Puntos: 1 | |
Aqui tienes dos metodos que hacen lo mismo.:
Este
onClipEvent(enterFrame){
Mouse.hide(true);
this._x = _root._xmouse;
this._y = _root._ymouse;
}
y este otro
onClipEvent(enterFrame){
this.startDrag(true);
Mouse.hide(true);
} |