Bullet Pools with Timers in HaxeFlixel

1 · · May 18, 2019, midnight
#Bullet Pools with Timers in HaxeFlixel One of the more useful features of the flixel library is the inclusion of the FlxTypedGroup class, which makes it easier to organize, update, and render multiple instances of an FlxBasic object. A few getter methods provide useful information such as the length of the group, or an array of every member in an instantiated group. A practical application of FlxTypedGroup can be found in the 'Asteroids' demo available via the HaxeFlixel repository. FlxTypedGro...