So I've gone through the demos & tutorial, and am almost finished with Discover Haxeflixel (which I highly recommend). However, I feel like there is a lot left to cover, like UI tools, touch events, mouse events, etc. What are other good learning resources? Thanks!
V
versine
@versine
0
Reputation
3
Posts
581
Profile views
0
Followers
0
Following
Posts made by versine
-
What to read next after Discover Haxeflixel?
-
RE: Make FlxText into a FlxNestedSprite
Thanks, that's what I figured. I had hoped there was a simple workaround since the FlxSprite and FlxNestedSprite APIs are so similar.
-
Make FlxText into a FlxNestedSprite
Hello,
I'm trying to create a version of FlxText that I can use as a nested sprite. Since FlxText already inherits from FlxSprite, it seems like this should be easy. However, I'm not sure how to do it. A bad way to do it would be to copy everything from FlxText.hx and have it extend FlxNestedSprite instead of FlxSprite. Is there a way to simply cast a FlxSprite as a FlxNestedSprite?
Thanks!