[haXe] Weird bug...
Orlando Leite
orlleite at gmail.com
Mon Apr 2 14:27:22 CEST 2007
Ae, other thing, not in the subject, but I should to say. hehehe
I put the code in flash9 alpha:
_x = 0.25;
trace(_x); // --> 0.25
_x = _x + 0.05;
trace(_x); // --> 0.3
_x = _x + 0.05;
trace(_x); // --> 0.35
_x = _x + 0.05;
trace(_x); // --> 0.35 (What the heck is happening here???)
_x = _x + 0.05;
trace(_x); // --> 0.35
_x = _x + 0.05;
Then when I publish to Flash8 have the correct results, but when publish to
flash9, it return .25, .30. 349999999, .399999997, ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/haxe/attachments/20070402/a9255b2b/attachment.htm
More information about the Haxe
mailing list