Topic: Game Programming /
Stencyl - Flash Game Creator
I get this when trying to test the Crash Course example:
ArgumentError: Error #2015: Invalid BitmapData.
at flash.display::BitmapData/ctor()
at flash.display::BitmapData()
at org.flixel::FlxG$/createBitmap()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxG.as:526]
at org.flixel::FlxSprite/createGraphic()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxSprite.as:289]
at org.flixel.data::FlxPanel()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/data/FlxPanel.as:114]
at org.flixel::FlxG$/setGameData()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxG.as:717]
at org.flixel::FlxGame()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxGame.as:106]
at scripts::StencylMain()[C:\Users\Vania\Documents\StencylWorks\sandbox\flash\scripts\StencylMain.as:16]
at org.flixel::FlxPreloader/beginGame()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxPreloader.as:230]
at org.flixel::FlxPreloader/onEnterFrame()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxPreloader.as:318]
|