Impact

26 Posts, registered 1 decade ago

Contact

Send an email to AzZzOne

Recent Posts

10 years ago in CocoonJs 2.0:

Hi everyone! Does anybody else have this problem? I still have no idea what can…

1 decade ago in CocoonJs 2.0:

I have just updated my cocoonJs launcher on android to 2.0 version and now ther…

1 decade ago in "Box2D Made Easy" Plugin:

I mean check if the player is touching any non-entity body

1 decade ago in "Box2D Made Easy" Plugin:

Hi, Joncom! Can i somehow detect when entity touches collision map with your…

1 decade ago in box2d: player.standing:

Hi all! I'm using the following code to define player standing : ## …

1 decade ago in Learning JavaScript:

Hi, dizzyniho! I think that you should learn some basics of JS. Though there i…

1 decade ago in Several animationSheets with box2d:

Hi, Joncom! Finally i've solved this problem by creating each body as a sep…

1 decade ago in Several animationSheets with box2d:

Thanks for your answer! Yes, i thought about this and maybe i'll make each bod…

1 decade ago in Several animationSheets with box2d:

Hi all! I have an entity in my game which consist of several box2d bodies, …

1 decade ago in Chain (rope) with box2d:

I understood what i was doing wrong and now it works ! Thank you, Joncom!

1 decade ago in Chain (rope) with box2d:

Yes, it was really stupid , thanks. I made some test and turned out that my …

1 decade ago in Chain (rope) with box2d:

It's funny because i thought that i actually used an array. Anyway i fixed it b…

1 decade ago in Chain (rope) with box2d:

I have only removed the draw function to make it easier to read ## ig.module…

1 decade ago in Chain (rope) with box2d:

Thanks for answer, Joncom! I made it like your said. Now in my EntityRope i…

1 decade ago in Chain (rope) with box2d:

Hi all, it's me again :) I made the gravity affects all the bodies like Joncom …

1 decade ago in "Box2D Made Easy" Plugin:

A capsule entity: - #isFixedRotation == true# Does not need a counter-force …

1 decade ago in "Box2D Made Easy" Plugin:

Do you mean why i'm using counterForce with player? I'm trying to say that we c…

1 decade ago in "Box2D Made Easy" Plugin:

Thanks for your reply! I did exactly what you said but it didn't help. I search…

1 decade ago in "Box2D Made Easy" Plugin:

I changed it and it's working now thank you! But it seems like the friction …

1 decade ago in "Box2D Made Easy" Plugin:

Hi, Joncom! I have one problem with capsule.js in your plugin . EntityCapsule…

1 decade ago in ImpactJS + Box2D + IlluminatedJS Plugin (Physics, Lights and Shadows):

Great work! I get 60 fps chrome on pc but unfortunately only 13 - 12 fps on…

1 decade ago in Chain (rope) with box2d:

Hi, Joncom! Thanks for yours advices. I changed the line like you said ## …

1 decade ago in Chain (rope) with box2d:

1) Yes i saw this function but i can't understand what exactly i should chang…

1 decade ago in Chain (rope) with box2d:

Line 34 looks like this: this.body.entity = this; btw I'm using your plugin…

1 decade ago in Chain (rope) with box2d:

Thanks for your answer, Joncom! I've tried to port this code into JS but it sti…

1 decade ago in Chain (rope) with box2d:

Hi guys! I'm trying to implement a chain entity in my game so i can use it in w…