albtol's Forum Posts

  • 4 posts
  • Hi!

    Good game, congrats! Easy to play and very cool visuals.

    I also saw the "Watch an ad" button to revive. Can I ask you if you used any plugin for incentivized video? If I am not wrong, the game is showing videos from Unity ads. Any input on how you implemented it would be appreciated

    By the way, a small feedback: I think the "Ships" button in the main menu and in the "Retry" menu can be a little bit unnoticeable, so part of the players could never enter to the "Buy ship" section.

    Congrats again!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > Hi:

    >

    > Thank you Somebody and Ribis so much!

    >

    > I tried with Arrays and JSON and worked. I now have some new bugs related to WebStorage but I can fix them.

    >

    > Thank you again!

    >

    You are welcome, but webstorage is not very good for save this kind of stuff....if the user clean the cache, he will lose everything....

    Thanks. I am targeting Android, so as I understand I will avoid this problem. If not, what should I use to save data?

    By the way, just in case you know how to do it, is it possible to retrieve several numbers of an Array at the same time with an expression? That is, I can use Array.At(0), Array.At(1), Array.At(2)... But can I retrieve all the values between Array.At(0) and Array.At(100)

    Thank you in advance

  • Hi:

    Thank you Somebody and Ribis so much!

    I tried with Arrays and JSON and worked. I now have some new bugs related to WebStorage but I can fix them.

    Thank you again!

  • Hi:

    I am working on a platform game with collectibles that once you obtain should not appear again in the levels. They have the "Persist" behaviour, so if you take them they will disappear during the game session. The problem is: if you close the app and you reopen it, the will appear again.

    I am trying to use the WebStorage, but no result yet.

    I would appreciate if you have any advice

    Thank you!

  • 4 posts