How to make a scrolling star field background with HaxeFlixel
A while back, when I was learning Flixel, I created a basic star field for use in my online flash game Starship Destroyer – and also just for fun. To test out my haxe skills, and generally see how easy...
View ArticleHow do I change the icon for my HaxeFlixel project?
Overview It’s quite simple to swap out the icon for your haxeflixel project. Supposing you already have a project created, there are two main steps: 1. Create a new icon and export it as a SVG file. 2....
View ArticleHow to create a starfield in 5 lines of code (or less)
I recently ported my simple starfield demo over from actionscript/flixel to haxeflixel with create success and ease. However, there’s an even easier way with the flixel addons! Overview Let’s see what...
View Article3 tips for working with haxelib
Tip 1 – Pointing haxelib library to git repository Did you just fork flixel-addons to tweak an out-of-date control? I recently had to do this to add touch support to FlxButtonPlus – this is truly the...
View Article