Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - droxon

Pages: 1
1
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)

Pages: 1