can someone please tell me what I'm doing wrong here?
on (press) {
if (_root.icons.rbicons.res.drw.tit._currentframe == 15) {
var resdrwlft = -515;
var resdrwbtm = 20;
}
else {
var resdrwlft = -485;
var resdrwbtm = (40-(_root.icons.rbicons.res.wrd.drgbtn._y + 135));
}
thanks much
bugg
on (press) {
if (_root.icons.rbicons.res.drw.tit._currentframe == 15) {
var resdrwlft = -515;
var resdrwbtm = 20;
}
else {
var resdrwlft = -485;
var resdrwbtm = (40-(_root.icons.rbicons.res.wrd.drgbtn._y + 135));
}
thanks much
bugg