Hi, i'm java programmar and i've started now with HaxeFlixel, i've read the tutorial "Dungeon Crawler", and the problem is the seguent:
When I create the MenuState Class and add the Button "Play" etc.., when compile the class who start first is PlayState and i'm not see nothing, only black screen, maybe because in the main not was declared MenuState? How to work, in the tutorial doesn't tell this..
If i change on main class PlayState with MenuState i'get an error-> flxG.Switch ecc..
Obviously if i add the Button on PlayState it work and i see everything.
Sorry for the bad english
RDos