I cant get the sin cos to work in flash 5.
I write it like this
SinValue=Math.sin(angle);
CosValue=Math.cos(angle);
but its always different then what a calculator reads out to. Please help me...