Hi,
I am getting this error when upgrade to openfl 4.0
$ openfl test flash
Type not found : ApplicationMain
Switching back to 3.6.1 works.
Is it as expected for old projects or bugs?
It would be nice to have a migration guide if this is as expected.
Are you using Git and/or building from source? If so, you probably need to re-run tools.hxml
. (At least, that’s what worked for me.)
1 Like
Also, make sure that Lime and OpenFL are both updated at the same time
Update to lime 3.0.0 fixes it, thanks.
1 Like
kiennt
#5
i get error : Type not found : openfl.display.Tilesheet
openfl 4.0 don’t use Tilesheet?
As explained in this thread, Tilesheet
was removed. Tilemap
provides much of the same functionality, fortunately.