I've made some hacks for the Flixel Flash game library, and wanted to share them in case you wanted.
Input text field
I made this in order to submit initials for some highscores.
Key features:
* It works as any other flixel object. (E.g. if you put it on a layer and hide the layer, the field it won't be drawn.)
* Works with zoomed games.
* Configurable max length
* Optional forcing of uppercase.
* Basic keystroke filtering (none, numbers, alphabet or alphanumeric) and customized with regular expressions.
Forum link
Dynamic Tilemaps
If you're using a FlxTilemap and you need to modify it in-game, here's the hack for you.
Forum link
Blurry text solution for single line FlxTexts
If you're seeing blurry text, here's a hack to solve it. It will only work for single line texts but
you can tailor it your own way.
Forum link
Well that's about it for this time. I hope you make use of them.
-Martín
Flixel hacks and upgrades
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment