Open GoogleCodeExporter opened 9 years ago
Actually managed to download the repo by leaving off the
dieselblittingengine-read-only instruction. Managed to compile Example_Blitting
and
Example_TileLoader, but Example_Diesel throws runtime errors:
width: 176, viewingRect.height: 160
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at com.jxl.battlefield.view::CharacterSprite/::updateFacing()
at com.jxl.battlefield.view::CharacterSprite$iinit()
at com.jxl.battlefield.view::SpriteMap/createCharacterSprite()
at Example_Diesel$iinit()
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at com.jxl.battlefield.view::WalkableMap/repaint()
at com.jxl.battlefield.view::DefaultTileMap/::onEnterFrame()
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at com.jxl.battlefield.view::WalkableMap/repaint()
at com.jxl.battlefield.view::DefaultTileMap/::onEnterFrame()
The last two repeat indefinitely from the onEnterFrame event. I've tried to
debug it
but I'm still new to AS3. Any idea what's up?
Cheers,
Scott
Original comment by mswiole...@gmail.com
on 3 Sep 2008 at 10:38
Original issue reported on code.google.com by
whittake...@gmail.com
on 29 Aug 2008 at 2:19