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
-
asdasdads
February 13, 2025 at 8:34 AM Replied to the thread Low quality or small screen problem (Android).Post[…]
So after changing the resolution, can I use zoom instead of resizing my game’s sprites one by one?
I really need this. -
Janette5
February 13, 2025 at 7:55 AM Replied to the thread Low quality or small screen problem (Android).PostYou should be creating your game for tablet size and at least 1280 x 720, possibly larger. (That matched the 1920 x 1080 resolution which was popular for a brief period, but now there doesn't appear to be a standard).
Fusion can downscale without… -
asdasdads
February 13, 2025 at 7:38 AM Replied to the thread How can I randomly create objects from a qualifier?.Post[…]
Because when the "randomobject" variable is 1, it creates"object1"; if it's 2, it creates"object2"; if it's 3, it creates"object3" I don't want to write such a long and cluttered code. There should be a shorter way to do this.
I think what "Phi"… -
CrazyFrezi
February 13, 2025 at 7:16 AM Replied to the thread Real full screen including top notification bar cover - possible?.Post[…]
It seems like nothing works, the app is aligned to the right of the screen and on the left a black bar covering the complete notification drop down area (without displaying the time or notifications or such). Pixel 9 xl pro with latest Android...
… -
SpaceKoala
February 13, 2025 at 6:25 AM Posted the thread On screen joystick not working on android.ThreadI am building a html5 game where I have used the on screen joystick on certain frames, using the joystick control and setting the on screen joystick device as "controlled by an extension".
I have tested it on windows devices and it works. However, on… -
brett
February 13, 2025 at 12:46 AM Posted the thread HTML5 and Physics Box Stack issue.ThreadHi,
I'm attempting to make a simple box stacking game and it seems to work great when testing in Fusion, but it behaves strangely when built in HTML5. The boxes are jittery and tend to slide gradually even though friction is at its highest setting. … -
Joshtek
February 12, 2025 at 10:41 PM Replied to the thread Dynamic music loops?.PostFor reference, I do this in one of my upcoming games and not only do I fade between tracks but I can set it to it is Track 1 @ 100% for phase 1, then fade to Track 1 @ 50% and Track 2 at 50% for phase 2, then fade to Track 2 at 100% for phase 3, etc. I… -
Joshtek
February 12, 2025 at 10:33 PM Replied to the thread How can I randomly create objects from a qualifier?.PostI'm not sure why you want to avoid random number values. There are some objects such as Randomizer Object and String Randomizer which avoid visibly using numbers, but at the end of the day it is just random numbers with extra steps. Similarly, you could… -
Phi
February 12, 2025 at 9:17 AM Replied to the thread Update compiler.jar?.Post[…]
If you do update HTML5 to fix this, can you also change the ACT_XX classes so their prototypes can be altered? Right now they're basically anonymous classes, which makes extending them (like DarkEdif SDK wrappers) something that has to be reapplied… -
asdasdads
February 12, 2025 at 7:28 AM Posted the thread How to Zoom? (Android).Thread
I want to make a pixel art game, but I don't want to scale up my sprites too much.
Is there a way to add zoom to my game?