-
Notifications
You must be signed in to change notification settings - Fork 338
Flash
Yuxiao Mao edited this page Oct 16, 2024
·
2 revisions
Heaps is able to target Adobe's Flash Player and therefore their Desktop/Mobile publishing tool AIR.
To compile for Flash you can follow this simple example
Make sure to specify the Flash version to be at least 11.8 (with -swf-version 11.8
) which is required for Heaps.
# class paths
-cp src
# entry point
-main Main
# libraries
-lib heaps
# output
-swf bin/game.swf
-swf-version 11.8