hello, please can anyone help me?
i’m making a sliding image scroller in mxpro 2004 and i need to alter this line:
}
shiftTo = function (btnId){
trace(btnId);
var pos = 189 + _root.ImgWidth*-btnId;
clip.PA({_x:pos}, 31);
}
the prob is that 189 doesnt apply to all images and for the first couple i need it at 187 then the middle lot is fine at 189 then the last two
i need to do at 190… could anyone gimme a hand? i cant get it right at all… thanx
micke