Recent Activities

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.
  • punchbird November 2, 2024 at 4:37 PM

    Reacted with Like to defisym’s post in the thread How many arrays is too many?.
    Reaction (Post)
    The implement of array (at least Android is, we don't have Windows source, but usually the behavior is the same) has no optimize for sparse array. Memory will be allocated once write to a coord that exceed the current capacity.

    So it's easy to calculate…
  • jelle November 2, 2024 at 3:04 PM

    Replied to the thread Help with Font Embedding on mac.
    Post
    Also running a problem with adding a custom font. (also tried with others just to verify).

    On windows and iOS it works.

    Steps I did:
    1) Export Xcode Mac file in Windows UMT then copy it to Mac with font. (The font works when you install in Font book, Font…
  • The_Owl November 2, 2024 at 3:02 PM

    Replied to the thread Finite State Machines.
    Post
    (post removed)
  • Phi November 2, 2024 at 9:34 AM

    Replied to the thread Working with global strings.
    Post
    Please login to see this attachment.

    This will work, but because there is no timer on it, it will run every FPS that "George" is set there, making it 50, 100, 150, etc.

    So you may have to combine it with this:

    Please login to see this attachment.

    End result:…
  • Rolando November 2, 2024 at 6:26 AM

    Thread
    Good day.

    I would like to ask if anyone can give an example of playing sound over target frames, not just the Application/Runtime Options/Play Sounds over Frames.

    For example, I have a Menu frame with it's own ambience track, that plays only on the frame 1…
  • Rolando November 2, 2024 at 5:13 AM

    Post
    Nice! Thank you!
  • AlexTCGPro November 2, 2024 at 3:39 AM

    Replied to the thread Android Exporter TTS Speech.
    Post
    Hey there, any chance to add Spanish language support?
  • defisym November 2, 2024 at 3:07 AM

    Replied to the thread How many arrays is too many?.
    Post
    The implement of array (at least Android is, we don't have Windows source, but usually the behavior is the same) has no optimize for sparse array. Memory will be allocated once write to a coord that exceed the current capacity.

    So it's easy to calculate…
  • punchbird November 1, 2024 at 11:26 PM

    Posted the thread How many arrays is too many?.
    Thread
    Hello again

    My project uses a whole bunch of arrays, and some will get quite large in 3 dimensions

    Are there any limits on the number and size of arrays? I would hate to get near completion and realize arrays won't cut it.

    I am using arrays for everything,…
  • Viacom November 1, 2024 at 11:18 PM

    Post
    Oh let me add you gotta have at least i7 CPU intel



    16 GIG ram



    Intel man;! Intel..android studio won't turn on with out it..lol
  • Viacom November 1, 2024 at 10:54 PM

    Post
    Hey! Thankyou guys..! You are truly the greatest programmers I've ever seen. Thank you



    I mean that to. Thankyou your all great in many ways . Like uhm..his name?? ... Hull..his great for saving samples at his website.. just shet like that.
  • Viacom November 1, 2024 at 9:18 PM

    Post
    […]

    Ok ... Let me look at today ..or tonight. ..I will just start all over again! One .MFA for Windows Android and IOS Macintosh how they all have their ways. I've got android working ..yes.. you have to create a new.. MFA a whole completely..new MFA…
  • So, I'm using this method: Please login to see this media element.

    Tried to use "spread values" and "fast loops" but I haven't managed to do this properly, do any of you guys know how can I make this?

    Mfa examples and/or visual explanations are…
  • gkakisdf November 1, 2024 at 8:37 PM

    Post
    You make really good tutorials! I would like to recommend to you if you are able to you make one Simple multiplayer (with lan_Lacewing) Board Game like(Snakes and Ladders) or monopoly game multiplayer (with lan_Lacewing)? Thanks again for your…
  • danjo November 1, 2024 at 6:52 PM

    Post
    # IF you are working with tiles ~ like it seems you are, this should never be an issue.

    the golden rules are:

    DONT place or move tiles etc, with smooth movement and expect someone to be pixel perfect

    DO snap to your grid - this is only going to check if…
  • danjo November 1, 2024 at 6:41 PM

    Post
    without looking at this; coz im not at my pc. are you creating the bullet- and placing its, X,Y and ANGLE in the [Bullet] Values- so it can move on its own SIN/COS~ the bullets handles its own movement and wont be affected by anything else - thus it will…
  • mrgman November 1, 2024 at 3:47 PM

    Post
    Here is an updated project with values labelled on screen.

    Please login to see this link.
  • mrgman November 1, 2024 at 3:35 PM

    Post
    I should add that the project was an example of xbox controller abilities. Lines 59-65 is the projectile.
  • mrgman November 1, 2024 at 3:29 PM

    Thread
    I have been playing with a couple of the extensions for a controller. I explored the joystick 2 and the xbox one. My goal is to make something that shoots with right analog and moves with left. I have it functioning after a little trig but my already…
  • Fernando November 1, 2024 at 3:08 PM

    Post
    You start from INI but want to create and delete folders and files. Maybe File Object is the right tool you are looking for. Note you can only delete/create folders in the scoped area and data storage, BOTH are only available until uninstalling