Flixel-Power-Tools
Flixel-Power-Tools copied to clipboard
The Flixel Power Tools are a set of plug-ins for Flixel 2.5+ to assist with your game development
Can anyone see what is wrong with the following code? ``` package; import flixel.FlxState; import flixel.addons.plugin.FlxScrollingText; import flixel.text.FlxBitmapText; import flash.geom.Rectangle; class BlahBlah extends FlxState { override public function create():Void {...
If the image's height is not divisible by the offset, this results in a crash because a script timeout. The reason being that subtracting the offset from a uint(dropY), can...
I find it unnecessary that FlxDelay extends Sprite, when it can be made much more simple and efficient by adding a single static dispatcher that provides the event for all...
Hi, It would be nice if we can somehow find the weapon (it's name or it's reference) from a fired bullet. -tnx
Hi, I'm using timescale for some cool effects but when I set it to a value between zero and one, everything slows down except my bullets. Problem is with how...
@photonstorm hi ,because of the constructor parameters, FlxBar cant be recycled by the FlxGroup,can the parameters move to a init method ?