Hello,
I just downloaded and set up OpenFL, and for my first project I thought I’d try this Pong tutorial. So far I’ve only attempted the code on the first page, which sets the stage and draws three polygons. When I build and run this on my Mac (OS X 10.9.2) none of the polygons show up. If I compile to HTML5 it works as expected.
I’m a little lost as far as how to go about debugging something like this. My code is nearly identical to that on the linked page, except that instances of “flash” are replaced with “openfl”, and in any case since it works as an HTML5 project I suspect the code isn’t to blame.