Skip to content

Adapting project from 4.11.0 to 5.3.1 #2859

Answered by Geokureli
Lbones-ai asked this question in Q&A
Discussion options

You must be logged in to vote

I recommend upgrading to flixel 5.0.0 first, using this 5.0.0 migration guide. Once you've done that, then you should be able to jump to 5.3.1.

as for you're specific error, it's outlined here in the migration guide, and the fix is simple: Replace static calls like FlxMouseEventManager.add(...) with calls to FlxMouseEvent.add(...). We added a default mouse event manager, similarly to how FlxTween and FlxTimer work.

Once you're on 5.0.0, you should only have deprecation warnings, and you can either ask about them here or check the changelog for details

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Lbones-ai
Comment options

@Geokureli
Comment options

Answer selected by Lbones-ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants