Posts by Hristos

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Issue Description
    The HTML5 and Android exporters are not properly handling two specific creation actions:
    - "Create at X, Y"
    - "Create by name at X, Y"

    When these actions are used, either:
    - The frame fails to run, or
    - The objects fail to be created

    Affected Exporters
    - HTML5 Exporter
    - Android Exporter

    Working Actions
    For reference, these creation methods work correctly:
    - Basic "Create"
    - "Create by name"

    Steps to Reproduce
    1. Create a project using any of these creation methods
    2. Test within Fusion: All creation methods work as expected
    3. Build and Run with HTML5/Android exporter:
    - Objects using "Create at X,Y" fail to appear
    - Objects using "Create by name at X,Y" fail to appear

    Test Project
    I have created a test project demonstrating all four creation methods across separate frames:
    1. Frame 2: Basic Create
    2. Frame 3: Create at X,Y
    3. Frame 4: Create by name
    4. Frame 5: Create by name at X,Y

    Expected Behavior
    All four creation methods should work identically between:
    - Running in Fusion
    - Running exported builds

    Actual Behavior
    - In Fusion: All creation methods work correctly
    - In Exported builds: Position-specific creation methods fail

    Multimedia Fusion Developer build 295.10

    Latest exporters (from Passport Temporary Access) installed.

    After trying many setups for 2 days and reading numerous posts and user guides, I finally managed to build an APK file with Multimedia Fusion 2.5 Developer. I'm sharing this to help anyone experiencing the same frustration I did.

    System Specifications:

    • Windows 11, 64-bit
    • AMD Processor
    • Multimedia Fusion build R295.10
    • Android Exporter (latest version from Please login to see this link.)
    • I used a simple app without any extensions, just one Active object

    Special thanks to NaitorStudios' Discord pinned post in Click Converse server, which helped significantly in reaching the solution: Please login to see this link.

    Step-by-Step Guide

    1. Install Latest Versions
      • Multimedia Fusion 2.5
      • Android Exporter
    2. Clean Previous Java and Android Studio Installations (Optional but Recommended)
      • Uninstall any existing JDK installations
      • Uninstall Android Studio
      • Note: Back up any important projects or configurations before uninstalling
    3. Install JDK 11.0.25 (the only version that worked!!!)
      • Download from: Please login to see this link.
      • Note: Free signup required. If you can't find it, scroll down to the section shown in the attached screenshot
      • Default installation path: C:\Program Files\Java\jdk-11
    4. Install Android Studio
      • Version: Iguana | 2023.2.1 Patch 1
      • Source: Android Studio Archive (Please login to see this link.)
      • Important: Avoid installing unnecessary components to prevent conflicts
    5. Configure Android Studio SDK
      • Access SDK Manager: MoreActions > SDK Manager on welcome screen
      • Required Components:
        • SDK Platforms: Android 14.0 - API Level 34
        • SDK Tools (install only these):
          • Android SDK Build-Tools
          • Android SDK Command Line Tools
          • Android Emulator
          • Android SDK Platform-Tools
          • Google USB Driver
      • Important: Do not install NDK as it may cause build failures
    6. Configure Multimedia Fusion 2.5
      • Open Tools > Preferences > General tab
      • Set "Pathname of the JDK directory" to: C:\Program Files\Java\jdk-11.0.x
      • Set "Pathname of the Android SDK directory" to: C:\Users<YourUsername>\AppData\Local\Android\Sdk
    7. Configure MFA Build Settings
      • Open Window > MFA Properties
      • Set build type to: Android / OUYA application
      • In Android tab: Click button to use newest installed SDK API (34)

    Please login to see this attachment.

    Hi,
    I am trying to use the Clipboard API to read data from the clipboard and paste it inside my application (I tried edit box, string and list object)
    I am calling this function:

    and although the browser is asking me if I will allow my app to see the clipboard (meaning that the function works) I cannot get the content of the clipboard inside my app.
    Any help will be much appreciated.
    I attach the mfa and you can see the result online here:
    Please login to see this link.

    Hi,
    I have ran into a peculiar problem after updating the "Function Eggtimer" extension today. I can no longer add a new function eggtimer object in HTML5 unless I first open another old app of mine (HTML5) in which the object already exists!!!!

    In this image you can see that there is no "Function Eggtimer" in the "Create new object" menu (new app):
    Please login to see this attachment.

    In this image you can see that there is no "Function Eggtimer" in the "Create new object" menu and there is a "Function Eggtimer" object inside the frame (app that I am currently working).
    Please login to see this attachment.

    In this image you can see that there is "Function Eggtimer" in the "Create new object" menu and there is a "Function Eggtimer" object inside the frame. This is the old app in the same laptop.
    Please login to see this attachment.

    I really want to thank Andos for this very useful extension and kindly request him to fix it and include it in all exporters (I am really in need of the iOS version)
    Thanks in advance,
    Christos

    So if they are viewing the site in desktop mode that solves the sound issue?

    Tricky for me to get young kids to set their ipad browser to desktop view. Does anyone know of a html tag or script that will do this automatically? I have had a look online but could not find any examples.

    I found these links:
    Please login to see this link.
    Please login to see this link.
    But I do not have the time to try it right now.