lightning_'s Forum Posts

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Is it possible to somehow test it in a PC so as not to mess with exporting and transfer games to android

  • Friends, for testing and in order to learn how to insert ads into my game, I created the most simple test project.

    Quickly added 2 buttons.

    Clicking the first one will show a banner.

    Pressing the second will show an interstitial ad.

    I threw the Admob plugin (by the way, I also did everything with the ultimate ads plugin).

    I put there İd of special test ads taken from Google ads. I turned on the test mode in the plugin settings.

    screenshot imgur.com/4IEltf1.

    Then I made events at the start of the room ads are loaded and when clicked they will be shown

    screenshot imgur.com/8ssF9I1.

    Here is my whole scene

    screenshot imgur.com/516AWUG

    But the ad is not shown at all. I waited for 5-10 minutes. I did the same with the UltimateAds plugin

    Maybe I'm doing something wrong somewhere?

    capx project itself can be downloaded here

    drive.google.com/file/d/1frIWxgwQY2v0ASJ4j_PRB3wt9vuVXVy5/view

  • Look into replace() function.

    Something like:

    InputText1 set text ->

    replace(InputText1.text,"_","")

    Thank you very much. You helped me a lot

  • If the input using keyboard you can use to limit (allow-dissalow) character key codes

    A key codes reference: cambiaresearch.com/articles/15/javascript-char-codes-key-codes

    Following crossword example prohibits numeric input: construct.net/out

    I already know this. But how to understand that the player clicked on "_" if he focused in the textbox and writes text there. I tried it. To fix the keystroke, you need not enter text anywhere. will be

  • I need that the player could not enter the character "_". What if there is at least one character "_" in the text, then it was either not written or the input field became empty. I watched "regex match" but did not understand

  • how to find the file in which the game is saved.

    Just do not tell me about the browser cache, because my game does not work in the browser, it is an exe file, that is, for windows as new js, everything works well, but advise me a plugin or a way to find the exact file where the save files are stored. So that the player could save somewhere a copy or upload to your Google cloud

    Tagged: