roke's Forum Posts

  • Thank you ArcadEd, loading them on that layout was the solution.

    Thank you again!

  • I have different levels (easy, hard, extreme) and one layer where I want to show all the highscores of different levels, but when I try that, it only shows one?

    I save the highscores of each level on separate webstorage variable and they show on game over page fine, but when I go to page that shows all the highscores, it only shows one and most of the time none.

    I use highscore text object and set text to highscore1,

    highscorehard set text to highscore2

    highscoreext set text to highscore3

    I tried on start of the layout and on every tick, but it doesn't fetch the highscores?

  • I let user write name in textbox and use that name to post score to clay.io, when user wants to submit score, so it doesn't open the clay.io login box everytime the app is started. Although I'll add login button to the game too, so user's can login/create account in clay.io if they want to.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I got it working. Error was in global variable, it was number instead of text.

    Thank you

  • Hi,

    trying to save playername so I can post score to clay.io without the clay.io popup, on website game the popup is ok, but it seems a bit slow on android.

  • Hi,

    I have trouble saving playername, I followed Asteroids in less than 100 events and used the playername code to try to save the name, but it doesn't seem to work? And what do I do when I post to clay.io global text variable or webstorage?

  • When I add different colors to animation frames and want to make them change when I click the sprite, it automatically starts looping the animation.

    How do I make it to stop on frame? until I click again to go to the next frame?

  • What do you mean?

  • Does anyone know?

    If it's possible, should it be done in construct with js plugin or some other plugin or would it need going to looking into the files that construct creates when exporting game?

    If it's not possible, I'd like to know too.

  • Yeah, I'll look into it.

  • Thanks about that too, that new feature looks good.

  • Ah that sounds good about cocoonjs, maybe I'll try cocoonjs again when they start selling premium accounts, or make them easily available.

  • At least on exporting to phonegap you can choose if you want portrait or landscape or both.

  • Hi,

    I was wondering if it's possible to somehow call for an ad to be shown for example game over layout?

    I've been testing appflood.com seems a good way to promote your own app and others apps.

    Anyway, I got it working to show the ad on start of the game, but is it possible to implement this code:

    AppFlood.showFullScreen(this);

    on game over layout?

  • Thank you, I got it somehow working = )