Some things are null on Win, but not on Mac

Actionscript:
  1. var myArray:Array = new Array(new SomeObject(), new SomeObject(), new SomeObject());
  2. // true on Win, false on Mac
  3. trace(myArray[3] == null);

Such fun those little differences in the Flash Player! :)

Bookmark and Share

Leave a Reply