Ignored subtraction

i’m trying to subtract a very small value from given height.

myMC._height -= .05;

it just doesn’t subtract anything. so is flash ignoring to subtract it, possibly because i’ve too much in my flash file?
then again, this works:

myMC._height -= .20;