yep but then if you try to assign this newly found 90 value to this._alpha, you won't find back your 90 if you trace it again ;)

trace(this._alpha);
trace(this._alpha-10);
Output:
100
90



On 12/15/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:

how come floats arent exact? jk

will floats be exact in AS3? or will future versions of flash support
big ints?

judah

John Dowdell wrote:

Jason Rayles wrote:

Has this been discussed?
Flash player 8

trace(this._alpha);
this._alpha -= 10;
trace(this._alpha);

Output:
100
89.84375


Not that I can readily recognize, although from the fragments above it
looks vaguely like the normal "how come floats aren't exact" topic.

jd






_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--
e路信峰  字
欢迎光临 - e路信峰技术情报站(中国・珠海)
http://www.cnflash.org/guohaifeng/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to