Hi everyone,
I have been slowly toying around with AS3 and Flashpunk and I was trying to view the hitboxes of my entities through the console. Without the console I receive no errors, but when I use FP.console.enable() it gives me this when I try to start the game:
ArgumentError: Error #2015: Invalid BitmapData. at flash.display::BitmapData/ctor() at flash.display::BitmapData() at net.flashpunk.debug::Console/enable() at Main()
Any help would be greatly appreciated.