igortyhon's Recent Forum Activity

  • Hi. I tried to understand your question, I'm not sure I did.

    You can do this.

    When spawning an item on the level create a text object and it writes 2 local variables, the first is the type of item for example bread and the second is the quantity for example 10.

    And when the player picks it up and clicks on it you put in the inventory data from these two local variables text object and delete the object itself.

    Maybe that's not what you need or maybe I didn't explain it clearly.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi. I'm not good at looking for problems, so I created a quick example. I hope it will help you.

    I have modified the block a bit, the ground variants are placed in the animations, so we will have the possibility to add frames of the destruction of this block to each animation.

    File *.c3p

  • Hi, I used to do this in a game, here's a simple example.

    Maybe you'll find it useful.

    File *.c3p

  • igortyhon, Do you know how long you stay saved? or is it just lost using LocalStorage if the player uninstalls the app?

    I have not been interested in this issue, on mobile devices definitely more than a month.

    The problem is that some players have all sorts of cleaners and optimizers and they can sometimes clean the records and players then swear.

    Another common problem is that on the web some players use privacy-oriented browsers and then wonder why nothing is saved.

    But even if you do nothing, the percentage of such cases is small, but they are upset and shout the loudest, so on popular games I re-dub the save to the cloud.

  • - Unfortunately it is true, if at the beginning of work with Construct3 you have no internet connection you may be sent to the free mode. And even if you have a connection and during the work the internet is lost, you will have problems with previewing.

    - Unfortunately, the company is too afraid of piracy. But pirates have long ago learned how to get around it and so only ordinary users suffer.

    - Honest result can be considered when only a build on the server or an update requires access to the network.

  • My choice is local storage only.

    If the game is profitable I integrate it additionally saving in the cloud through third-party services that players who have been playing for a long time did not lose progress and did not lower the rating with these complaints.

    All this work with files (eg json) and file system relatively stable work only on PCs and my main market is cell phones.

  • BUSINESS: doesnt say for some reason (maybe because i am ukrainain)

    Maybe because it says the Business is only for sale for a year. And you were too lazy to look at the translation.

    And in general, the prices are fine, what is it you don't like specifically?

  • I have also updated, ads are running smoothly but google shows the same error as before the update.

    It won't go away by itself, you need to archive it.

    Even though it has a red sign, it's just an important notice that says that you can no longer release updates with this version of the SDK.

  • Hi, I haven't done clickers, but if I were to solve this problem now, I would do it like this.

    Under the bonnet I would use the standard global variables, and for the user I would output prices through a converter function that would just display the values you need. For all this you need the remainder of division operator (%).

  • anybody try the new beta R401 with updated mobile advert plugin?

    I've updated one app. So far so good, ads are running, I don't see any errors.

  • Hi. When dragging occurs you can adjust the position by events.

    Here are some control examples, there is also position adjustment during drag and drop.

    howtoconstructdemos.com/category/virtual-joystick

igortyhon's avatar

igortyhon

Member since 22 Jul, 2020

Twitter
igortyhon has 14 followers

Connect with igortyhon