[Flashcoders] [MTASC] Crashes on Point.add method ?

2006-09-12 Thread Jeroen Beckers
Hi List! I use FlashDevelop to write my classes, and I use MTASC as bug-checker in FlashDevelop. I am working on a little 3d experiment and (apparently), I use the flash.geom.Point class. (I guess the BitmapData class uses the Point class, 'cause I'm not using it in my class...). Now, the

Re: [Flashcoders] [MTASC] Crashes on Point.add method ?

2006-09-12 Thread slangeberg
It is really weird how developers either find or fix problems/ issues at the same time as others... This should be a topic for research. -- I was just dealing with this today, and after some poking around discovered that the compiler is set to build to FP7 by default (even if you're not using

Re: [Flashcoders] [MTASC] Crashes on Point.add method ?

2006-09-12 Thread Jeroen Beckers
Thanks, Scott! That did it :-). slangeberg wrote: It is really weird how developers either find or fix problems/ issues at the same time as others... This should be a topic for research. -- I was just dealing with this today, and after some poking around discovered that the compiler is set to