#
flixel
Here are 24 public repositories matching this topic...
Flixel in Javascript (HTML5/Canvas)
-
Updated
Jun 29, 2013 - JavaScript
Dovyski
commented
Oct 6, 2018
The current logo was quickly hacked by me just to have something to show. It would be nice to create a proper logo following other tools/projects in the Haxeflixel ecosystem.
Some helper classes for Haxe that I like to use :D
-
Updated
Jun 8, 2020 - Haxe
This is a port of flixel to the Monkey language
android
windows
linux
ios
cross-platform
osx
game-engine
game-development
windows-phone
monkey
flixel
-
Updated
Aug 4, 2016 - Monkey
Zero One Map Editor
-
Updated
Dec 27, 2018 - Haxe
A class for creating an editable textfield in flixel, based on http://forums.flixel.org/index.php/topic,272.msg35492.html#msg35492
-
Updated
Jul 15, 2013 - ActionScript
-
Updated
Aug 3, 2019 - Haxe
A 2D web Flash arcade game based on the classic Arkanoid.
game
flash
web
arcade-game
arcade
arkanoid
flixel
2d-game
2d
flashdevelop
actionscript3
arkanoid-game
-
Updated
May 9, 2017 - ActionScript
Playground project to test Flixel Studio
-
Updated
Jan 22, 2019 - Haxe
A web Flash old school 2D cinmeatic platformer adventure.
-
Updated
May 9, 2017 - ActionScript
My Ludum Dare 24 jam entry named "viviDNA". Theme was "evolution". Programmed in AS3 using flixel 2.55.
-
Updated
Dec 22, 2012 - ActionScript
-
Updated
Apr 16, 2020 - ActionScript
Repository for my Ludum Dare #30 entry
-
Updated
Aug 25, 2014 - ActionScript
A cross-platform 2D game framework based on flixel by AdamAtomic.
-
Updated
Jul 31, 2019 - Java
Improve this page
Add a description, image, and links to the flixel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flixel topic, visit your repo's landing page and select "manage topics."


Call FlxG.gamepads.firstActive.firstJustPressedID() with an xbox controller plugged in. It will always return GUIDE when nothing is pressed.
The reason is simply that the the raw ID for the guide button on xbox controllers is -1, which is also the id flixel uses for NONE. We hit https://github.com/HaxeFlixel/flixel/blob/master/flixel/input/gamepad/mappings/XInputMapping.hx#L34 when doing getID(