flixel v3.2.1 Release Notes

Release Date: 2014-02-23 // about 10 years ago
    • FlxTypedButton:
      • add onUp event listener again for actions that need to be user-initiated, like ExternalInterface.call()
      • fix buttons not working when FLX_NO_TOUCH is defined
    • FlxSprite
      • small optimization for set_pixels()
      • fix for frame being null after loadGraphic() in some cases
    • FlxRandom: fix inaccurate results in weightedPick()