zenox98's Forum Posts

  • You will need to provide considerably more information than you have - we are not psychic!

    Try to either provide screenshots of your keyboard events, or better still, a .capx that we can test for ourselves. It is more than likely a problem with your events.

    Have you done the platform tutorial?

  • Do you mean like paper toss or basketball?

    Either way, a search for either should throw up some examples, or at least ideas.

  • Creating a small .capx is a good idea regardless as others can then test and may be able to either confirm as a bug - in which case you can post in Bugs section - or possible see an error in the events or logic. Win win all round

  • This is the wrong section BTW. You should really post this in the 'How Do I' section.

    Have you used debug to see what value(s) health is holding? It may not be a whole number, due to the way computers calculate numbers, so using one of the usual expressions may help, such as round, Int etc.

  • I haven't got photoshop, but I tested using Corel PSP X7 and followed your steps, it worked OK.

    I also tried editing a previously created sprite and that worked OK also.

    Not sure it helps, but it may point to the way the external program is referenced in Preferences, as you point out.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • orugari

    Wrong section - should be posted in the Website Issues section.

    Also, a quick search would have shown you that it was a bug that has now been resolved by Tom.

  • Rather than spamming the forum with multiple duplicate posts, why not follow the guidelines and email about your licensing issue, and Tom will deal with it.

  • No problem here, also.

  • This is posted in the Construct Classic section, so are you referring to the fact that CC has Python integration, that some very clever users are able to use instead of the event system?

  • Works perfectly for me in Firefox 34.0 and IE11.

    Just saying Javascript error is not much help.

    What graphics card do you have? Are the drivers up to date?

    Try on other browsers. Also check error console more closely.

    If you have addons, try disabling them.

    You should really direct all license inquiries to and Tom will deal with it.

  • I ran it for a full 60 seconds and it didn't jitter at all - perfectly smooth scrolling, as far as my tired old eyes could discern.

  • Hello - I have attached capx file for viewing... if you go through the game level hit the spikes and then die and get game over screen - why when you click try again the game dont run right??

    What do mean by 'don't run right'?

    You need to explain more clearly what you think the error is, rather than expecting others to trawl through code, they may have trouble understanding, looking for a bug.

  • I'm using latest Firefox and I'm not seeing any jittering at all.

  • As is often stated, the physics behavior is not designed to work with the other behaviors.

    If you think about it, the physics behavior is an attempt to recreate real-world physical interaction - the platform behavior is not. Therefore unusual things are likely to happen if you try to mix them.

    Either dump physics (easier option), or dump platform and use impulses/forces to move - it will save you time in the long run.