Chadori's Forum Posts

  • Thanks again!

  • Using the built-in form Text Input object for mobile applications is not something I would recommend. You are having issues with the keyboard closing, because Android and iOS has its own inputbox implementation.

    What's commonly used for games, is a dialog prompt, or any of its variant. Similar to the Mobile Dialog addon that I made. If you don't have access to an addon, you can use Cordova's official documentation to implement mobile dialogs, using Construct 3's JS Scripting Feature.

  • Is there a quick way we can change the Construct 3 project icons? I can easily change the NWjs.exe icon through a shortcut, but the .c3p is the issue.

    Thanks.

  • Hi Ashley,

    Worker mode has been supported by Construct 3 for a while now, I've seen it's a great feature to remove background stutters.

    Although, in mobile, it automatically reverts back to be hosted in the DOM.

    Is there a Chrome Webview incompatibility? If yes, is there a thread we can follow its progress?

    Thank you.

  • Release 10.3 :: Patch Release

    Hi everyone! I would like to announce a new patch update.

    Bug fixes

    1. Mobile AppsFlyer - The Mobile AppsFlyer implements mobile attribution for both Android and iOS. A lot of bug fixes with the addon, including old Android versions compatibility (<=7.0), event fixes, project samples, documentation, etc.

    Thank you for supporting the Construct Master Collection!

    Stay tuned for more updates!

  • If you export your project to Android Studio, you should be able to edit the AndroidManifest.xml.

    For more information: developer.android.com/guide/topics/manifest/manifest-intro

  • You can try our Construct 3 addons if it fits your needs:

    constructcollection.com/tutorials/ironsource/introduction

  • This looks like it can pass as a bug, since the requirement update wasn't pushed into the C3 Build Service.

  • Release 10.2 :: Feature Release

    Hi everyone! I would like to announce a new feature update.

    New addons

    1. Mobile AppsFlyer - The Mobile AppsFlyer implements mobile attribution for both Android and iOS.

    New features

    1. Mobile IronSource
    2. Leaderboards [PlayFab] (5.5.3.8) - Added an Is Getting Leaderboards condition.
    3. Mobile IronSource Collection - Updated the Android IronSource SDK and all ad-network SDKs.
    4. TikTok Ads [IronSource] (1.0.0.1) - Added Android support for TikTok Ads.

    Bug fixes

    1. Mobile IronSource (Debug addon version) - Accidentally didn't sync some native file changes from the latest production-counterpart release.

    Thank you for supporting the Construct Master Collection!

    Stay tuned for more updates!

  • Hi lucid, there is an alpha issue with the Spriter addon that doesn't show semi-transparent objects.

    Here is my bug report:

    I have made a very minimal project where you can see the issue: cdn.discordapp.com/attachments/684104748848513151/721438405891850260/Bug_Package.zip

    It contains the Bug folder with the Spriter project, Bug Draw with the spritesheet project and the Spriter.c3p that loads the scml in Construct 3 (c3runtime) [Draw Self] mode.

    It is a very minimal fade project of a white rectangular image, so you can break it down easily. If you run the preview in Construct 3, it doesn't fade.

    Preview:

    Thank you very much!

  • Just here to support Chadori -- I have the entire collection. It's amazing. Get it. :)

    Thanks. 🙂

    thank you, just purchased it! will fiddle with it tomorrow. How do i install it to C3?

    orangpelupa Here is a tutorial to install addons.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You're welcome, and thanks! 🙂

  • Yeah, it supports the C3 Build Service.

  • Each image can only be loaded in a separate frame.

    For example, if it is a list of players:

    *For (0 to (PlayerList.count - 1))
    FrameSprite: Set animation frame to (loopindex)
    FrameSprite: Load Image by URL [ImageOf(loopindex)]
    

    Then, if you want to show each frame.

    * Trigger Once
    FrameSprite: Set animation frame to (FrameSprite.Index)
    

    Here is a sample use-case, Leaderboards:

    I have a Leaderboards addon. For each player score, I retrieve the ImageURL of that player's score. At the same index, I set the animation frame corresponding the current player index. Then, I load the current ImageURL into that current animation frame.

    I repeat the same process for all players in the loop.

    I hope that helps.

  • It's cheaper and earliest updated, here: chadori.itch.io/mobile-master-monetization

    (Itch.io updates in realtime.)

    And yeah, it supports Construct 2 and Construct 3 with c2runtime and c3runtime.