igortyhon's Forum Posts

    These are not the times when schoolchildren collect money from their lunches for education. Now it is a time when parents are ready to pay for any course or tutor for their child's education.

    Like mushrooms after the rain everywhere there are advertisements for teaching children to program in Roblox or Scratch and it costs a lot per month. There is a waiting list for these courses.

    The cost of Construct3 in Ukraine is 176 hryvnias per month, which is the price of a stick of sausage, perhaps you should turn to parents instead of writing sad stories and defending the pirate.

  • Hi. I have an example that I posted a long time ago that gives out random skills when leveling up. It's not perfect, maybe it will be useful. And not the forum already had similar discussions.

    kibaga.org/c3-example/file_uploads/index.php

  • Here's a simple event for displaying a banner. Now it is tested and works after updating to the latest stable version in playmarket.

    On this screenshot I have shown you what you need to check in Admob cabinet to display ads.

  • Thanks for your answer. With these settings, you can see outputs in picture two. What is the wrong? I couldn't find it.

    Hi.

    I wrote to you above about page-to-page announcements and the rewards of seeing them in test mode! The banner is NOT visible in test mode! You sent me an example with a banner.

    Did you do it on purpose or is it really how you release games in production? It's so easy to get a freeze or a ban from Admob.

    You have already created a banner at the start of the sheet and immediately show it, why do you keep trying to show it again? Especially sinful action number 3 it tries 60 times a second to show the banner.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Made a quick example.

    dropmefiles.net/en/a9PKY3

  • Hi.

    You can use different names when you save each user's data to local storage, then after selecting a name, load exactly that user's saves.

    But.

    I would do via array or dictionary, store all variables for each player there, then after selecting a name load the desired array string into global variables.

  • I have such an example, check it out.

    kibaga.org/c3-example/file_uploads/index.php

  • Hi.

    The ads are working well and are showing daily.

    -If you do not show test interpages or reward, it is your fault of implementation.

    -If the test ones are shown and the real ones are not, then you need to do something in the admom console.

    How you have implemented advertising, save it in a separate “c3p” and post it we will help you.

  • Cleaning the cookies helped.

    Thank you.

  • Hi. Yesterday and today I can't upload images to the forum.

    Maybe my user has run out of image upload limit? But I haven't found how to delete old images.

    Or is it just an error?

    ibb.co/3pVh51Q

  • Hi.

    I just checked to build a simple project (stable version r397.2) through android studio, all without problems.

    Presumably if you want to build yourself via android studio or cordova you need to already have minimal knowledge. For example, watch the video tutorial and learn how to create and build a simple program yourself. But it's not complicated and everything can be found through search.

    I recommend checking whether the necessary APIs for android are loaded, the studio should offer to download the rest.

    ibb.co/Gxjf9j7

  • Hi. It's just my opinion. You are plotting the reflection rays at once and large length values are used for calculations.

    The bullet builds the reflection angle on impact and shorter distances are used for calculations, so there is a difference in angles.

  • Hi.

    I recommend that you always wait for the end of download signal.

    When you loop through the elements in an array, instead of “loop-index” you should use “correct-value” as in the screenshot.

    paste.pics/0712f10f9f01983634f5644488a16bac

  • Where “else” is, remove the additional condition “=1”

    or add wait 0,1 before changing visibility.

  • Hi.

    I've been making games since 2020, all this time Construct3 has been my reliable tool. But I use C3 for commercial development, I didn't teach anyone.