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.


Messages - crockspal

Pages: 1
1
Bug Archives / AlchemyExit error due to a behaviour
« on: July 23, 2016, 05:49:00 am »
Hi, I'm working on my first Stencyl project and I created a behaviour to allow my actor shoot bullets in 4 directions.
It had always worked until a few days ago: now while shooting in the "down" direction this message (below) appears and I have to close the game test window. The strange thing is that the behaviour works for all the three other directions.
I've already searched the forum for this type of error but in my case it doesn't seem to be linked to collisions or the excessive number of tiles, since it appears also in an empty scene.
The behaviour is in attachment. Thank for your help

[object AlchemyExit]
   at Function/<anonymous>()
   at Function/<anonymous>()
   at Box2DAS.Dynamics::b2Fixture()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/Box2DAS/Box2DAS/Dynamics/b2Fixture.as:25]
   at Box2DAS.Dynamics::b2Body/CreateFixture()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/Box2DAS/Box2DAS/Dynamics/b2Body.as:105]
   at stencyl.api.engine.actor::Actor/switchAnimation()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/actor/Actor.as:743]
   at stencyl.api.engine.actor::Actor/setAnimation()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/actor/Actor.as:584]
   at Function/<anonymous>()[/Users/Champorcher/stencylworks/preview/scripts/Design_176_176_sparare.as:104]
   at stencyl.api.engine::GameState/innerUpdate()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:1692]
   at stencyl.api.engine::GameState/postUpdate()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:1511]
   at stencyl.api.engine::GameState/update()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:1493]
   at org.flixel::FlxGame/update()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/flixel/org/flixel/FlxGame.as:407]

Pages: 1