Vai al contenuto

ACTIONSCRIPT problem....!!


Lupen

Messaggi raccomandati

_root.mc.bt.onPress = function() {

startDrag(_root.mc, false, 58.5, 80, 58.5, 208.5);

};

_root.mc.bt.onRelease = _root.mc.bt.onReleaseOutside=function () {

stopDrag();

};

function muovi() {

SpD = _root.mc._y-80;

SpS = SpD*100/128.5;

_root.slide._y=116.5-SpS;

}

idMuovi = setInterval(muovi, 25);

_root.mc2.bt.onPress = function() {

startDrag(_root.mc2, false, 80, 230, 208.5, 230);

};

_root.mc2.bt.onRelease = _root.mc2.bt.onReleaseOutside=function () {

stopDrag();

};

function muovi() {

SpD = _root.mc2._x-80;

SpS = SpD*100/128.5;

_root.slide._x=130-SpS;

}

idMuovi = setInterval(muovi, 25);

Qualche progr sà dirmi dov'è l'errore?

•Lupen•

Link al commento
Condividi su altri siti

Archiviato

Questa discussione è archiviata e chiusa a future risposte.

×
×
  • Crea Nuovo...