Clickteam Community Hub
The Community Hub for Clickteam users, including forums and access to downloads and other features.
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.
Recent Activities
-
wallychantek
February 19, 2025 at 7:18 PM Posted the thread Running Games Directly from Windows Explorer?.ThreadHi all.
Probably an odd question, but I'm curious about something... is there any way to configure Clickteam Fusion to make project files (MFA, GAM, etc.) run directly when opened from Windows Explorer? As in, I "open" the MFA file directly, but it… -
TonyThunder
Reaction (Post)February 19, 2025 at 6:03 PM I think I got it to work! Attaching it here if anyone is interested -
TonyThunder
February 19, 2025 at 5:56 PM Replied to the thread On screen joystick not working on android.PostI opened your game link on my smartphone (Android) and noticed that your html5 game doesn't fit the smartphone screen.
[…]
Maybe you should start by fixing that -
TonyThunder
Reaction (Post)February 19, 2025 at 5:52 PM SDL Joystick version 2.10 has been released.
- Added support for retrieving battery status
- Added support for setting controller LED color
- Added support for controller touchpads, including multi-touch
- Added new actions to add GameController mapping… -
willy
February 19, 2025 at 5:52 PM Replied to the thread Reverse movement of wall crawler example (Sin/Cos help).PostI think I got it to work! Attaching it here if anyone is interested -
PkR
February 19, 2025 at 5:44 PM Replied to the thread SDL Joystick Object release.PostSDL Joystick version 2.10 has been released.
- Added support for retrieving battery status
- Added support for setting controller LED color
- Added support for controller touchpads, including multi-touch
- Added new actions to add GameController mapping… -
Yves
February 19, 2025 at 11:51 AM Replied to the thread Dictionary object utf-8 or alternative?.Post[…]
I tested here with a French dictionary, it worked after I did this:
The French dictionary was in an UTF8 CSV file, I converted it to ANSI (with Notepad++, Encoding / Convert to ANSI) and then set the Language property of the application to French (in… -
SpaceKoala
February 19, 2025 at 11:19 AM Replied to the thread On screen joystick not working on android.Post[…]
I've got it setup exactly like that and it works on Windows devices, but not on android and ios... -
Yves
February 19, 2025 at 8:24 AM Replied to the thread Dictionary object utf-8 or alternative?.PostVery old extension, but we've got the source code, I'll check how easy it would be to port it to Unicode. -
puspa
February 19, 2025 at 6:37 AM Replied to the thread Make android app run in the background.Post[…]
It is important to remember that force stops cannot be detected, as it ends the process directly. To handle the background closure, consider implementing a service in your app. Since most extensions do not support it, make sure you save important data…