I converted AS1 to AS2, and everything is ok except this 5 Errors in Output Panel…
these are ParseInt errors in Output panel>
_loc2 = parseInt(_loc2) + zi + parseInt(Math.floor(_loc1 / 48)) - 32083;
_loc2 = _loc2 + (parseInt(Math.floor(_loc1 / 4800)) - parseInt(Math.floor(_loc1 / 1200)) + 38);
return (_loc1 > 360 ? (_loc1 - parseInt(_loc1 / 360) * 360) : (_loc1));
_root.frm_input.cmb_longmin.setSelectedIndex(parse Int((_root.frm_output.long - parseInt(_root.frm_output.long, 10)) * 60, 10));
_root.frm_input.cmb_latmin.setSelectedIndex(parseI nt((_root.frm_output.lat - parseInt(_root.frm_output.lat, 10)) * 60, 10));
but like this one ParseInt down there, are not errors in Output panel, and I have many like this one>
_root.frm_input.cmb_latgr.setSelectedIndex(parseIn t(_root.frm_output.lat, 10));
so whats wrong in script? why 5 parseInt from up there are errors ?thank you for your help