The build 292.26 is now the official version.
For the paint mode, I think it would be better to have the tile cursor locked to the grid since it would give a more accurate representation of where the tile would go, could this please be added? I'm sure this would make this feature more popular
Greetings all. I'm sorry for the offtopic, but I can't find out one thing. This goes for the localization tools that were once mentioned on the forum. If they exist, where are they, who knows?
(Please answer on this thread: https://community.clickteam.com/threads/107802-Clickteam-Fusion-2-5-localize-tools)
A friend just found an very odd bug... (he doesn't speak english)
For some reason it's not able to invert a variable directly in the following example, check the "tiro_mina" object behavior on the mfa bellow, when the direction of it is left (mine turns green), it should make the speed variable negative, which would make it goes to the left, but for some reason it stays positive and goes to the right...
Bug with variable.mfa
It's an exact reacreation of the following tutorial, and it isn't working like it should, so I think this is a bug...
https://www.youtube.com/watch?v=ONjojINukxY
Is it possible to downgrade to the previous version? I'm getting some weird behavior with my HTML5 apps. Stuff is not lining up right like it used to, I'm having buttons that won't disable while other buttons do. I'd like to downgrade to test and see what's going on.
EDIT:
Found one of the problems. With Active Picture object, before I had "Set Hotspot center" and everything was working fine. After the update I had to change it to "Set Hotspot top-left". Nothing else changed in the code since I did the update. I'm not sure if this is a new bug, or if this fixed an old bug, but I think it's a new bug because I have the app setting the Active Picture object to the XY coordinates of the mouse and after the update it was positioning the object to above and to the left of where the mouse was, but it was acting like the object was actually where the mouse pointer was.
You can download the previous version from here: https://community.clickteam.com/threads/84521-Download-links and just install it over the current version to roll back.
I have found a weird behavior by creating a SubApplication.
In the sample I've uploaded, the Sub App should have the same size of the main app, but it's larger. I'm doing something wrong, or it's a SubApp issue?
Hi crian, I think the problem is using window size instead of setting sub app to frame size of frame 1. Change frame 1 color to see the frame vs window size. You'll have to do some math to set the x and y pos of sub app to line up with frame 1. The sub app window will stay in one location even when changing the size for the window, unless you configure it to move. Hope this helped.