Impact

395 Posts, registered 1 decade ago

Contact

Send an email to Jerczu

Recent Posts

10 years ago in Ejecta and XCode:

Hmmm no I am not. I used the one that comes as a zip and I got a lot of warning…

10 years ago in Ejecta and XCode:

Anybody knows whether ejecta works well with iOS7? I'm getting a lot of depreca…

10 years ago in Need a simple example of a multi-body entity:

Here's a little thing I wrote few years ago - [http://pointofimpactjs.com/snipp…

1 decade ago in How to setup local git to merge with impactjs engine repository remotely?:

I'm pretty sure you can't - but if you changed something in the repo you may wa…

1 decade ago in Fergus Slap:

Yet another fergus ... Hah - Company I work for has a mascot which isn't very l…

1 decade ago in Flappy Fergus:

Yet another flappy bird clone, I built it last Sunday. There are mobile control…

1 decade ago in "Major Moustache" - Just a screen for now ;):

Here's my preliminary design for my new game ... I've been so lazy lately that …

1 decade ago in How to make title screen for each level:

Go to piontofimpact.com I wrote a tut for that.

1 decade ago in Better gravity algorithm:

http://www.niksula.hut.fi/~hkankaan/Homepages/gravity.html I've noticed that…

1 decade ago in Accelerometer control system:

Jquery on a mobile device is an overkill why not use jqmobi?

1 decade ago in Chrome crash as soon as I load more than 8 sounds:

Yeah chrome is buggy this way...

1 decade ago in Saving Circles on Android free no ads:

How did you fix the font issue?

1 decade ago in Ejecta:

Awesomium seem nice but recently LostDecade games guys released a tutorial on h…

1 decade ago in Ejecta:

You rule! Open sourcing it was a brilliant idea! Can't wait to see what people …

1 decade ago in CocoonJS and touch controls:

Nope - it crashes the launcher for me if done this way. (iOS6)

1 decade ago in CocoonJS and touch controls:

The solution is to create additional canvas and draw image object onto the canv…

1 decade ago in CocoonJS and touch controls:

Yeah I did the controls crash the testing software if added this way. But I fou…

1 decade ago in CocoonJS and touch controls:

Has anyone have any experience in creating the touch controls for the cocoon?? …

1 decade ago in CocoonJS and Sound:

Scrap that its some issues with iOS6 just resolved itself.

1 decade ago in CocoonJS and Sound:

Hi guys... Just for testing purpose I am binding touch to canvas it does work a…

1 decade ago in Can you use this with phonegap:

""_Quote from andregarzia_ Anyone can recommend a solution for Androi…

1 decade ago in PizzaRun first game:

Emm isnt that a game from Jesse Freeman's book?

1 decade ago in Forum suggestion...:

Is it possible to get updates by email if someone commented on your thread?

1 decade ago in Modular Entity:

You need to update your children in the parent update function call. ## updat…

1 decade ago in Zombies Ahead:

Your collision layer don't match the background layer just switch it off and se…

1 decade ago in How to draw a rudimentary line?:

iOS impact has a limited version of canvas rendering implemented as far as I am…

1 decade ago in Efficiency question:

""_Quote from ShawnSwander_ I did some testing and found out anything…

1 decade ago in Entering Doors:

I think you'll gain more if you do it in DoorEntity's check function and give t…

1 decade ago in What is the syntax in a flip condition to change a property like offset.:

## EntityBullet = ig.Entity.extend({ offset: {x:-65, y:2}, init: fu…

1 decade ago in Entering Doors:

Easy... You know you can create pseudo entities in Impact like triggers, killzo…