your degree calc is incorrect
this will overflow a word var causing errorsCode:degr = brads*360/256
is the better wayCode:degr = brads */ 360
your degree calc is incorrect
this will overflow a word var causing errorsCode:degr = brads*360/256
is the better wayCode:degr = brads */ 360
Bookmarks