17-07-2009, 07:45 PM
jaheoo Wrote:Run time error 11: Devision by zeroMake your TILESHEET_WIDTH not equal 0 pixels wide then... Or make sure it's named as "tiles"
It highlights in the modgamelogic module
also in the Public Sub CalcTilePositions()
"MapTilePosition(X, Y).Ground.Top = (Map.Tile(X, Y).Ground \ TILESHEET_WIDTH) * PIC_Y"