Herks's Forum Posts

  • Is there a way to make sure the offline.appcache updates changed files only, instead of all files? Normally offline.appcache will ignore unchanged files by default, but it's not working like that now. I'm using the latest version of Chrome.

  • For example, we have "loadingprogress" expression for game loading purpose, so is there a way to check the download progress when the game is updating itself?

  • Here's a example to illustrate this situation:

    Assume I have excess numbers of apple and orange, which I will randomly choose four of them to put in four baskets respectively, in the form of 2 apples and 2 oranges exactly.

    I've just tried my best to explain it, but I think it's related to permutation or combination.

  • How do I randomize two variables with, let's say two values without any repetition? For example, I have both A and B variable, which I'm going to set 0 and 1 for each other, whereas I need to avoid the A and B to set to 0 and 0 / 1 and 1 respectively. Sorry if this is obvious to you.

  • I have an almost finished C2 project (a Flappy Bird clone) which just need some tweaks and improvement. Normally I could do it myself, but I'm just too busy for the task.

    The stuffs that need to be implemented are:

    1) In-app purchase

    2) Leaderboard and facebook integration

    3) Minor bug fixes

    I could pay $150 for this job, I just need someone to complete the game. Please pm me for more detail.

  • I've tried to loop two background image, but there will a virtual white line appears every time the images are looping each other. Is there any solutions for that?

    Here's the attached capx:

    https://db.tt/DBhYc3st

  • But I've tried using this.runtime.running_layout, it returns null instead. Is there an event to get notified when the layer is created?

  • When I access this.layout object in instance's onCreate function, it return undefined instead of the current layout. Am I missing anything?

  • Oh this is too bad, do they have any plan to support amount of finger pressure?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to detect whether the player has been produced lighter or even harder taps on screen?

  • But what if I override the default method on window object like onresize, will it affect other plugins?

  • How do I get instance of an object type in instance function, such as Instance.onCreate? I know there is a type.instances array, but how to sort the particular instance out?

  • Thanks, I'm just afraid of polluting the global namespace.

  • Is there a way to detect whether the canvas or even browser window has been resized by user?

  • I think it always depend on the tool you are using. Traditional coding approach could take me several days (not consecutive, of course!) to build a prototype, while leveraging Construct 2 would let me get the same result in just several hours, quicker when compare to former method.