If you have a legit version of Clickteam Fusion 2.5 update it. An unpacked exe is definitely the best way to go. If you don't want an unpacked exe another alternative is to wrap it in a free installer like 'Actual Installer'.
Posts by aenever
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.
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.
-
-
I can change it with flag.
But it would be nice to change it once for a good optimization.Seems to work for me, without a mfa showing your problem it's hard to tell what the issue is. You can select the initial direction or add a start of frame direction, or set the direction as soon as the active is created.
-
-
your CUSTOM cursor ONLY exsisting within the fusion program. you cant re-make a custom cursor for windows OS !
Agreed, it's only faking it by hiding the real cursor. Once you go outside the boundary of the app, the windows cursor will still be the same old default cursor. However, It can be a neat effect within the app if it's played full screen.
-
Unfortunately, when I make the active object "X Mouse" "YMouse" with the "Always" condition
The drag and drop movement in my program does not work. is there any other way?I'm not sure if this is what you're after? I hope it helps.
-
Please login to see this link.
I want the window I click to come to the front
and I want the window behind to fadedIf anyone can help, you can only help with "OsakaPopup" active object
because there is a faded version of the pop up in the left direction.
When this window is at the back, turn that direction.
thank you everyone
ım really sorry for bad grammarnow ım surprised that I couldn't solve this problem myself, I thought I could solve it now
I'm not sure if this will help, but I think it's what you're after.
-
Thanks for your reply. I'm glad you had success. Best of luck with your project.
-
I misunderstood. The example you posted doesn’t make a bat file
When I run the .bat file and check the command prompt output
There were distorted writings
Sorry I misunderstood what you wanted because your example doesn’t build a batch file when I run it. I can’t give advice with the .mfa you shared, maybe someone else can help?
In the thread I shared much earlier. In the past I created a batch file using the list object and then created it into a batch file using the file object. I could also execute it using the file object.
Even though I couldn’t help it’s interesting to know that the ‘execute in console’ object can also run and create batch files. All the best. -
Ok. I think what you wanted was for the extention 'Execute in Console' to run the bat file from file that's in your text. Ive attached an example to achieve running the bat file that's on your frame in string 2.
I tested it and it works with a basic bat file that I had on my desktop. I can't test yours for you though, because the bat file doesn't exist on my PC.
-
Please login to see this link.
This example creates a .bat fileIs it possible for you to put the text of the bat file in the .mfa (maybe put in in a string?) That way I can find another way to create it, run it and the delete it within Clickteam Fusion 2.5
I can't access the bat file the .mfa refers to, because it's not in the .mfa, it's located on your computer.
-
Do you mind sharing the .bat file and i'll see if I can get it to run in fusion?
-
Hi there this thread may help: Please login to see this link.
-
If you change the start of the loop to something different from using 'Start of Frame', to say 'Upon Pressing Spacebar' it works fine. For some reason the loop gets called twice when you use 'Start of Frame' as the trigger.
Also If you limit it using 'Only one action when event loops' after the negated overlapping loop, it will also works fine.
I'm not sure why the loop is called twice when you use 'Start of Frame'. It could be a bug?
-
Line 3 is calling for loop b. You only have it set up for loop j, in line 1.
-
For the green square active - have you tried ticking 'use fine detection' in the runtime options? From memory it may cause jittery collisions if you don't.
-
Please login to see this link. is a great place to sell your source code. You can tag with Clickteam Fusion 2.5 and set a price for your product.
-
I know that, but running application, how create duplicate?
When application run, duplicate physics ground not create.
You're right, it should create the physics ground on the start of the aplication and it doesn't work. Sorry for the confusion, I got it to work by manually duplicating the physics ground objects before the start of the application. I don't know why it doesn't work?
-
Collision with background not work for Create Physics - Ground.
Please login to see this attachment.
New feture required
(1) Physics - Ground :Event editor- select Position, x Position, y Position.
(2) Event editor : Create Duplicate.You need to space at least two physics ground at the bottom of the screen (just duplicate them). I think the idea is to space them in the shape of ground you wish to simulate. Here is an image of a basic example, and it will work just fine.
Please login to see this attachment.
-
BUG?
Changing the maximum value of the counter does not change the appearance of the counter(if set it as bar style.) unless the variable set in the counter is increased or decreased.
Please login to see this attachment.
I don't think it's a bug, You're forgeting to also change the global value of A. Here's the way to fix it.
-
Are you saying this is an issue with ClickTeam or is it something we are doing wrong and need to fix? Thanks for your help.
I believe it’s a problem with the HTML5 exporter. You probably should let Clickteam know it’s a bug that happens in HTML5, because it works 100% in windows. I have found from experience that code that runs in html5 can behave very differently on windows.
To help you out I changed your code ever so slightly. All I did was disable all your code and then enable a line or section at a time. By doing it I found that the problem was the qualifier that was causing the issue.