How to Open Legacy HaxeFlixel Files?
-
i'm having trouble following tutorials.
-
Could you tell us more about your problem?
-
here is the compile logs
"source/MenuState.hx:15: lines 15-129 : Defined in this class
source/MenuState.hx:127: characters 2-16 : Not enough arguments
source/MenuState.hx:114: lines 114-128 : Field update overloads parent class with different or incomplete type
source/MenuState.hx:114: lines 114-128 : Different number of function arguments
Build halted with errors."
the tutorial can be found here
http://haxecoder.com/post.php?id=45
-
Seems like you've overridden the wrong way. Try:
override public function update(elapsed:Float) { super.update(elapsed); }
There should be auto complete in your IDE. At least in Flash/HaxeDevelop
-
I think you want this: http://haxeflixel.com/documentation/upgrade-guide-4-0-0/