Salve gente ho un problemuccio con l'attach movie e il setProperty:
sullo stage principale ho un clip chimato stage (che fantasia che ho)...
premendo un pulsante voglio che un oggetto della libreria (nome di concatenamento: test) venga inserito dentro il clip stage .
fin qui ci riesco:
nel pulsante scrivo
on (release) {
_root.stage.attachMovie( "test", test1, 10);
setProperty (stage.test1, _x, 250);
}
il problema sta nel fatto che il setProperty non mi sposta solo il clip richiamato dentro "stage ", ma mi sposta tutto il clip stage ...
cheddevofare?![]()