1
Fixed Bugs (3.x) / SOLVED - Bug in 3.1 - Collisions (Flash Player only)
« on: May 21, 2014, 01:27:46 pm »
I'm creating a game and it used to work perfect on 3.0, but now that i updated to 3.1 i always get this error when a collision (between groups) happens: Update* Actually every collision gives me the same error.
ReferenceError: Error #1069: Property delete not found on haxe.ds.IntMap and there is no default value.
at com.stencyl::Engine/handleCollision()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2935]
at com.stencyl.models::Actor/handleCollisions()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Actor.hx:2064]
at com.stencyl.models::Actor/innerUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Actor.hx:1467]
at com.stencyl::Engine/update()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2507]
at com.stencyl::Engine/postUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2732]
at com.stencyl::Engine/onUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2725]
It's strange because this only happens on the flash player, (works fine on android and browsers)
ReferenceError: Error #1069: Property delete not found on haxe.ds.IntMap and there is no default value.
at com.stencyl::Engine/handleCollision()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2935]
at com.stencyl.models::Actor/handleCollisions()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Actor.hx:2064]
at com.stencyl.models::Actor/innerUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Actor.hx:1467]
at com.stencyl::Engine/update()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2507]
at com.stencyl::Engine/postUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2732]
at com.stencyl::Engine/onUpdate()[/Applications/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2725]
It's strange because this only happens on the flash player, (works fine on android and browsers)