Código que se repite numerosamente
Hola!
Necesito que me ayudes a hacer un código para que al soltar un botón se repita 40 veces el siguiente código:
if (_root["cuad"+aleatorio].hitTest(_root.vacio1)) {
_root.vacio1._x = xthis;
_root.vacio1._y = ythis-50;
_root.vacio2._x = xthis+50;
_root.vacio2._y = ythis;
_root.vacio3._x = xthis;
_root.vacio3._y = ythis+50;
_root.vacio4._x = xthis-50;
_root.vacio4._y = ythis;
_root["cuad"+aleatorio]._x = xvacio2-50;
_root["cuad"+aleatorio]._y = yvacio1+50;
}
Necesito que me ayudes a hacer un código para que al soltar un botón se repita 40 veces el siguiente código:
if (_root["cuad"+aleatorio].hitTest(_root.vacio1)) {
_root.vacio1._x = xthis;
_root.vacio1._y = ythis-50;
_root.vacio2._x = xthis+50;
_root.vacio2._y = ythis;
_root.vacio3._x = xthis;
_root.vacio3._y = ythis+50;
_root.vacio4._x = xthis-50;
_root.vacio4._y = ythis;
_root["cuad"+aleatorio]._x = xvacio2-50;
_root["cuad"+aleatorio]._y = yvacio1+50;
}
1 Respuesta
Respuesta de pandapro
1