Raganork's Forum Posts

  • I am trying the software before buying it. So, I am trying all features we will need.

  • Hi Everyone,

    I am trying to integrate an API in my HTML5 game. The javascript for that is in index.html. I am able to call that function from Contruct 2 by using CallJS plug in. But how will I able to call a function of Contruct 2 from javascript ?

    Or, to be specific,, I want to make an event happen in Contruct2 after the API get ended.

    Thanx in advance.

  • Ok.. I will follow your suggestion. Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • delgado which one ??

  • "There must be something that triggers this behavior.".. Like what ?? WebGL issue ?

  • But my game is nothing that complex or memory eating. Its a very simple 10 question quiz game. Though lots of sprites are used. I still managed to run the game with lowest possible memory usage.

    The thing is, the game is running fine on iPhone 4S with iOS7, but not running at all on same phone but with iOS6. Is that something to do with safari ?

  • Mostly, its just showing blank screen. Sometime it shows the screen, but nothing on it works at all. Some elements are missing too. Can you have any wild guesses why this is happening ??

  • Hello everyone,

    I have exported my game to HTML5. It is working perfectly on desktop and mobile. It is also working on iOS7, but not on iOS6. How can I make it run on iOS6 ?

    Thank you.

  • Hello Everyone,

    My game is running perfectly on the desktop browser, however I am facing some problems in mobile browsers.

    In android native browser, my single tap is taken an double click.

    and in iPhone native browser, the animation starts playing at the start only, even when I have not created it there. (though, it is placed in one inactive layout).

    How can I solve this or, if possible, avoid this.

    Thank you.

  • Is there any way to show images with text in the list box ?

  • So you mean I have to put other formats in the library too ?? When I imported sounds, It automatically converted all sounds to .ogg format. I think the original files is not needed anymore, so I deleted them. Is it because of that ?

  • Hello everyone.

    My game is running fine on browser with sounds, but there is no sound in mobile browser at all. Is anyone have any idea why is this not happening ?

  • Use this plug-in to generate random number without repeat. I used this for almost same situation as yours and it worked. Ask me if you have any doubts.

    scirra.com/forum/plugin-pattern-gen-easter-egg_topic59168.html

  • Keep all dialogues in an array. Install scirra.com/forum/plugin-pattern-gen-easter-egg_topic59168.html plug in. It creates random number in given range without repeat. And use that as an index to array of dialogues. I did something like what you are trying and this helped me.

  • Sorry but I can't share the project (hope you understand). <img src="smileys/smiley18.gif" border="0" align="middle" /> I will try to negotiate with my client, stating the problem.

    What if I make 2-3 unused layout and distribute images to them instead of only one layout. Will it do any difference ?