vorrei far si che all'apertura del filmato il volume del suono fosse al 10% e che di conseguenza il cursore sa spostare per setare il volume fosse posizionato nel ponto corrispondente al 10% è possibile??
Al cirsore ho attribuito queste azioni:
onClipEvent (load) {
top = _y;
left = _x;
right = _x;
bottom = _y+100;
}
onClipEvent (enterFrame) {
if (dragging == true) {
_root.suono.setVolume(100-(_y-top));
}
}
Grazie

Rispondi quotando