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 - Destroyy

Pages: 1
1
Ask a Question / Shooting range extreme
« on: June 24, 2012, 06:33:01 pm »
When my actor shoots, the bullets travel off screen and can possibly kill enemies that aren't even seen yet. This also applies to the enemies.
I don't even see the enemies yet but their bullets are coming at me.

It was never like this, what has happened?

I also know there is a behavior where the bullets die when going off screen. I'm sure I had that already but apparently it isn't working, nor can I find where it is.

2
Resolved Questions / Incompatible Sound File
« on: June 23, 2012, 07:01:53 am »
I've been working on my game like usual and when I tried saving the Swf. to my folder, I got this error.
" title="Hosted by imgur.com
I've tried deleting my music, and even turning off that behavior. But no luck. If you need my logs, here they are.

3
Resolved Questions / Incompatible Sound File
« on: June 23, 2012, 01:21:31 am »
I've been working on my game like usual and when I tried saving the Swf. to my folder, I got this error.
" title="Hosted by imgur.com
I've tried deleting my music, and even turning off that behavior. But no luck. If you need my logs, here they are.

4
Ask a Question / Error when testing game.
« on: June 16, 2012, 09:18:53 pm »
I made a few different versions, they all work fine. I decided to make one stage bigger and better, with more shapes and paths, it's pretty big if you ask me.

But now when I try testing the game I get an error(s)

Edit: If it helps, the game is a majorly modified version of Run an Gun.

Here is what I get:
[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/initBody()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/actor/Actor.as:494]
   at stencyl.api.engine.actor::Actor()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/actor/Actor.as:302]
   at stencyl.api.engine::GameState/loadTerrain()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:1361]
   at stencyl.api.engine::GameState/loadScene()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:539]
   at stencyl.api.engine::GameState/begin()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:300]
   at Function/<anonymous>()[C:\Users\Matthew\AppData\Roaming\Stencyl\stencylworks\preview\scripts\MyAssets.as:235]

Second Part:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
   at stencyl.api.engine::GameState/innerUpdate()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/engine/GameState.as:1709]
   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