python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Having trouble getting a ray cast to collide from a player to a wall in HaxeFlixel
I am trying to cast a ray from the center of a player to the point in front of them. This is to implement "mining" of collideable tiles. Once I know that a ray collided with a tile, then I c...

HenryFBP
Votes: 0
Answers: 0
FlxSpriteGroup is not visible (haxeflixel)
I'm trying to create some sort of "item displayer" in a game to showcase items or act as an icon in the inventory (it will include informations like item tier, item name, exc).
To achieve th...
Aw Man
Votes: 0
Answers: 1
Making a `FlxSubState` that can be re-used without it crashing on the second `open`?
Typically, when I want to open a FlxSubState that I have defined in my code, I will use:
openSubState(new MySubState());
I have all of my create/add logic inside MySubState.create()
Which works fine,...
SeiferTim
Votes: 0
Answers: 1
Game dev -Finding img sprites coords Haxe + Haxeflixel
I'm trying to make a combat system in haxe I made my sprites and now I need to find out the uv coordinates for them how do I achieve that ?
Example from my existing code :
animation.add("lr"...
jgfjhgjfgjf
Votes: 0
Answers: 1