Grazie per la risposta ma scusa l'ignoranza...
Associato al menu' movie clip ho queste stringe:
onClipEvent (enterFrame) {
if (_root.block.top.motion == "on") {
speed = (_xmouse/30);
speed2 = (_ymouse/30);
_root.block._x = _root.block._x+speed+0.100;
_root.block._y = _root.block._y+speed2+0.100;
} else {
stop();
}
}
come faccio ha combinare le tue insieme a queste?

Rispondi quotando