Hello, I found a bug where when placing a value name or string in a loop, it corrupts the loop index.
Please login to see this attachment.
actually it may not be an error but you need to define the loop name and then it will work
Please login to see this attachment.
Please login to see this attachment.
maybe it's a bug though, because it should work in a loop too
Posts by Fadzior
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 made an example of how zoom could work in fusion, unfortunately it only works on dx11 because the scaling is different in dx9. Unfortunately, resizing the window is only possible when it is minimizedPlease login to see this attachment.
Is there a chance of a built-in zoom function in the future? -
There is an option for objects called "Inactivate if too far from window". It’s a useful feature, but it should have more configuration options.
According to the Help description:
- Automatic: Objects specified in collision detection conditions are not inactivated. All other objects are inactivated.
- Yes: Always inactivates if far from the window.
- No: Never inactivates.
What does it deactivate?
"The object is not destroyed, but stops moving and reacting with collisions."Technically, the object isn’t destroyed, but it triggers the built-in fade-in animation, which is strange.
This function should have more configuration options:
- Ability to set the deactivation distance.
- Option to choose whether to deactivate movement, collisions, or even an option to destroy the object when exceeding the distance (this would be very useful for things like particles).
- An option to disable all events of the object when outside a selected area.
- An event in the event editor that allows full control over modifying these settings dynamically.
-
Fusion should have a built-in function lerp(x,y,amount)
-
The way you did it is correct, the difference is only in optimization -
hi, if you look closely you will notice that in the first condition you check if the Used value is 0 and change it to 1, while below it checks if it will be 1, which will always be true, instead use one event
Please login to see this attachment.then you will also have to change the direction to (Used*16)
-
If I make a platform game how does it work! How does it check delta time via which value? and what is the power of it?
delta = (60.0/framerate)
? = 60.0/60
? = 060/60 =1
-
if you need a deltatime that works but is not precise, you can use the calculation: delta = (60.0/framerate)
-
January update still in effect? I would like to test the new beta version
-
What is the best way to solve this?
Here
-
I feel it coming
-
Hey guys, sorry for the lack of news, got a health issue recently, I've been off for a couple of months and (slowly) working far from sources of stress. Build 296 should be released in January, fingers crossed, we'll post it when it's ready.
Finally some good news, merry Christmas. Will it be a beta version or a finished release?
-
Hopefully, this answer won’t turn out to be true.
Please login to see this picture. -
I think this way could work the way you want
Please login to see this attachment.
Or you can only add 1 to seed when you call random or rrandom fuctions -
The easiest way is to do it in a PHP script and run it using the Web Query Object or GET Object. I created that using the ChatGPT API.
-
-
I'm afraid these types of threads are unnecessary, developers give no sign of life
-
Please login to see this attachment.
Create a "Ctrl+1" shortcut key: -
-
swap the order of events so that the object is created first and then the direction is set