haXe examples

Here are some examples of code on haXe Trace, enum, variables (integer, boolean, void, string, float, dynamic), null, array iterable, for loop, if/else. Code Download: Example_1.hx – Flash Example: Example_1.swf For loop, while loop, do while loop, break, continue, array.reverse. Code Download: Example_2.hx – Flash Example: Example_2.swf Private static function, recursive fibonacci, dynamic fibonacci. Code […]

Share