igortyhon's Forum Posts

  • I have read the documentation on these functions carefully, but did not find the answer.

    -1 Question. If we change the order of image loading in sprite and TitleBackground the result can be unexpected. It can be easily found out at the viewing stage.

    -2 Question. When we create a new copy of a sprite, it has an image that was previously loaded into it. When creating a new TitleBackground it has the original image. I am interested in why there is such a difference. I load some images to use throughout the project, but in the case of the TitleBackground I have to load it again each time I create it.

    version r397

    Tagged:

  • Hi. Try using a later version. I describe my problem here.

    construct.net/en/forum/construct-3/general-discussion-7/new-admob-sdk-20-x-deprecated-182891/page-2

  • You do not have permission to view this post

  • Hi.

    Check if the data is correct and try again, there may have been a server restart or errors.

    Just checked, everything is being created.

  • But T1 is never updated, meaning the "On signed in" is never triggered...

    The second time with a good internet connection, the plugin input may occur before the sheet is loaded. That is why the input trigger does not work.

    Try this optimized variant. You will have a group after triggering of which it disables itself for optimization.

  • Just figured it out. It was that I was not putting the local variables as "static"

    You misunderstood me, I meant the local variables that the text object has.

  • You can't just ask for player data like that.

    There is a trigger event when a player logged in after triggering it, you can ask for it.

    -There is an additional condition when a player entered after the check you can also ask for data.

    Everything is written there, you just need to read the description of the events.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do you track failures on a test device to know which SDK is failing? Do you use Android Studio connected to the test mobile? or how do you do it?

    Hi.

    I first study all the crash reports in google, but it is rarely explicitly stated which sdk. Then I connect all test devices through android studio and watch logs and try to catch the error, mostly errors occur when a weak device or slow internet.

    It also helps to build a new build version without changes and send it for release.

  • As you can see my error chart for July. The graph calls out that I am slightly below the 0.47% threshold.

    But that's only because I have mediation in play and 17 advertising SDKs and analytics connected.

    In those games with pure AdMob and analytics the indicators are even better.

    I recommend to look at the report on errors, what kind of SDK causes them and try to catch them on your test device and look at the logs.

    I understand you the increase in errors is very unpleasant and affects organic installations, so I always implement a new version gradually and look at the number of errors.

  • Hi I have created some screens with sprites of 107 frames. I was not able to get the freezing during transitions.

    Yes I can see that the memory usage has increased but that's only because there are two different sprites on the second screen.

    It's hard to help if we can't see the problem. What you're describing is very strange.

    The loading screen is a crutch to use when other methods don't work. If you post an example of such a project I think it will be easier to help. You can cross out the graphics or replace them if you are worried about them being stolen.

  • Hi.

    Can you describe in words the algorithm of the enemy's behavior? Or we need to find this game on youtube to study the enemy carefully to help you.

  • If you can't do it, send me your example with inventory and I'll add it.

  • 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.

  • 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