Firewood:D
Contributor
Firewood:D
Contributor
Activity
Jan 17, 2025
07:49 PM
1 Upvote
You are right. The root of the problem lies in Illustrator. I checked the file layers in Illustrator. The nesting depth of scenes and characters has reached an incredible level. If svg is used to exchange data, all elements will be piled together, making it difficult to select the desired part. Well, after all, Illustrator materials are drawn by professional artists. At present, it seems that all I can do is to reduce the length of each animation file as much as possible, so as to reduce the waiting time.
... View more
Jan 14, 2025
12:07 AM
The vector characters and scenes used to make animations are drawn in Illustrator, but the files made with these materials are abnormally stuck when opened again. This is a problem that has troubled me for a long time. Does anyone know the cause of this problem? When making character animations in an, everything is normal, but after the production is completed, opening the file again is very slow, which makes people anxious. Checking the file, it is found that these materials from Illustrator always have many groups of internal nested symbols, many empty symbols, and these files have no filter effects. For example, it often takes more than a minute to open a 17M fla file, which is unacceptable. The system is win11, and it has nothing to do with the software version. I opened it on 21/22 and it was the same。 But if I break up and regroup these Illustrator assets, especially removing the nested symbols within the group, the situation will improve somewhat, but it is obviously not suitable for manual adjustment one by one.
... View more
Nov 14, 2024
05:39 PM
I just tried it again. If the operation objects are all groups, they can also be perfectly aligned. You only need to ensure that the fixed object as a symbol is on the far left and the registration point is centered. The properties of other elements do not have to force the symbol type. This function needs to be improved, because we can't see what the selected object is after selecting it. It can be used like this for now, and it needs further improvement. It would be better if someone can add it, so let's solve this problem together. These are the available states:
... View more
Nov 14, 2024
06:52 AM
1 Upvote
Hey, I recently used this alignment function. After thinking about it, I wrote an auxiliary script. Put the following code into a file with the suffix name .jsfl and place it in the following path C:\Users\<user name>\AppData\Roaming\Adobe\Adobe Animate <version number>\en_US(language)\Configuration\Commands\ This way you can use it in the command window. Alignment.jsfl var dom = fl.getDocumentDOM();
var selection = dom.selection;
if (selection.length < 2) {
alert("Please select at least two objects!");
} else {
// Sort the selected elements from left to right, with the leftmost element as the standard
selection.sort(function (a, b) {
return a.left - b.left;
});
// Record the x position of the leftmost element
var leftmostX = selection[0].x;
dom.align('horizontal center', false);
// Assign the X position of the leftmost element to other elements
for (var i = 0; i < selection.length; i++) {
if (selection[i].x !== undefined) {
selection[i].x = leftmostX;
}
}
} The script has some usage conditions, 1. The object to be fixed must be ensured to be at the leftmost of all elements, that is, other elements must be to the right of the fixed object, 2. It can only be used for symbols with the registration point in the middle, otherwise it will not work correctly,
... View more
Nov 09, 2024
03:41 AM
I encountered the color difference problem in Windows system, and it took a long time to find that it was the problem of the player. If you are not sure and cannot solve it, try to export the jpg/png sequence and output it in the editing software. There is no problem. In addition, I noticed that although I don’t know how to operate in Mac, the default Default (Animate) should be used for the export preset. If you choose other presets, you should make sure you understand the difference between different presets, otherwise use the default
... View more
Nov 07, 2024
07:52 PM
You need to change different players to view the true color of the video. Generally, there is no problem after correct settings and export, but different players will cause color deviation. In addition, the larger mov format files will also have deviations, but they will be normal after compression and transcoding.
... View more
Oct 30, 2024
07:35 PM
7 Upvotes
This is a critical reply. Since Flash CS6, the software has almost no outstanding new features in animation production. Only the advanced layers and resource deformation tools introduced after AN2019 have excited animators, but the instability of the resource deformation tool has caused errors that are worrying, so it cannot be relied on too much. There is a small detail, I forgot where I saw the information, the animate department is no longer independent and merged into the AE department. Perhaps this is the direct reason for the "Convert Layers to Symbols" launched by AN21, which is called "pre-synthesis" in AE. I started using Flash CS3 and followed it all the way to 2024. I know the history of software function changes too well. Adobe's response is very slow, or simply ignores user feedback. If there is no innovation, then at least do a good job of the present. It's a pity that it has stagnated for so long, and only some people who make extensions are patching it up to meet the diverse needs of animators. The reality is also worrying, that is, Animate's territory in animation production is being slowly squeezed out by other similar software. So I sincerely hope that Adobe can be user-oriented and take action quickly!
... View more
Oct 28, 2024
12:36 AM
1 Upvote
@Vladin M. Mitov Vladin M. Mitov wrote a jsfl that adds a glow filter to the frame. Apply Adjust Color Filter by jsfl This is the advanced function of the white dot. Similarly, modifying the following part can add the "adjust color" filter to it. Currently, there is a lack of a function to add advanced transparency to the current frame. If someone can add it, it will greatly improve the problem we encounter in terms of transparency. Adjust Color filter: var myFilter = {
"name": "adjustColorFilter",
};
... View more
Oct 22, 2024
12:44 AM
这个问题是无解的,不光animate,adobe的所有软件ps,ai,pr,ae都面临着中文输入法下快捷键被干扰的情况,退一步讲中文windows操作系统下全部面临这个问题,只要是中文输入法状态下所有的按键均自动唤起输入窗口。 所以要试着习惯这个操作,虽然经常误操作,但可以把中英文输入法的切换键设置为shift,至少少一点烦恼, 不过我认为adobe有手段解决这个问题,因为animate在flash时代,快捷键是不受输入法的干扰的,不知道什么时候开始,他们改变了这个策略。
... View more
Oct 21, 2024
01:11 AM
This sounds like the existing Assets Panel. You can enable it by selecting Windows>Assets. This is an overlooked but useful feature, but Adobe has not continued to develop it. Introduction here https://helpx.adobe.com/animate/using/work-with-assets-panel-animate.html?mv=product&mv2=an
... View more
Sep 17, 2024
10:21 PM
There are many small problems like this. This software cannot even achieve floating-point precision, which is probably due to the limitation of the underlying language of the software. After scaling, it can only be converted back to symbols.
... View more
Sep 01, 2024
08:01 AM
1 Upvote
Very cool! This is a great invention. I hope more animators will use your product and it will get better and better!
... View more
Aug 08, 2024
06:08 PM
It cannot be reproduced. It is a random event and cannot be traced, but it definitely exists.
... View more
Aug 07, 2024
10:48 PM
Unfortunately! This is a known bug. Progress is lost after saving. Everything works fine when saving, but nothing happens when opening the file the second time. The author of this link has been following it for several years, so there is enough evidence that this is a serious bug. https://tieba.baidu.com/p/7676430880#
... View more
Jul 17, 2024
10:29 PM
Do you want the border to be consistent with the object after the symbol is converted? You can take a look at this extension. Rig Tool can make the object that needs to be converted to a symbol follow the desired direction. This is a great feature when making character animations! Tools | Artisanimation
... View more
Jul 06, 2024
08:50 PM
This is a long-standing problem. Sometimes you can delete everything, and sometimes you need to do it twice.
... View more
May 15, 2024
08:42 PM
Learning software is not that scary. There are many system tutorials on YouTube. The real difficulty is what happens after you learn how to operate animate software, such as making a 2D animation, but that's already animation knowledge.
... View more
May 08, 2024
08:31 AM
The history panel is blank. This operation is the same as opening various functional panels under the window, leaving no traces.
... View more
May 08, 2024
07:10 AM
1 Upvote
For example, I put two panels in the extension, namely my1.0, my2.0, I want to use the jsfl command to directly open the my1.0 or my2.0 panel. Can jsfl do this? Because I found that this panel name appeared in the shortcut key settings, and it can be opened directly after setting the shortcut key. This use comes from when I have multiple panels, I can close them all and keep only one panel, and call jsfl to open whichever one I want.
... View more
Mar 21, 2024
07:11 PM
I tried it, and there is no problem with my 24.0.1, but for this inexplicable problem, the operating system should also be considered. A different version might be better.
... View more
Mar 21, 2024
12:55 AM
If it cannot be solved, please consider that there is a problem with the version number. It can be solved by changing the version. 24.0no problem
... View more
Mar 14, 2024
11:47 PM
Hi, I created a small script for my work that worked fine until recently when I discovered a problem. When I run the jsfl file under the commands folder, once I perform a Ctrl+Z undo operation, an irreversible residue appears on the screen. No matter what I do, the residue appears whenever I use Ctrl+Z. Can this problem be solved, or is it inevitable? code: fl.getDocumentDOM().clipCopy();
fl.createDocument();
fl.getDocumentDOM().clipPaste();
fl.getDocumentDOM().library.selectAll();
var lib = fl.getDocumentDOM().library;
for(var i in lib) for(var j in lib[i])
lib[i][j].name = 'fl' + Math.floor(Math.random()*100000) + '_' + Math.floor(Math.random()*100000);
//Paste the object into the original document
fl.getDocumentDOM().clipCopy();
fl.closeDocument(fl.getDocumentDOM(), false);
fl.getDocumentDOM().clipPaste();
... View more
Jan 10, 2024
01:56 AM
I have a code that selects the current frame as follows: var dom = fl.getDocumentDOM().getTimeline();
var currentFrame = dom.currentFrame;
dom.setSelectedFrames(currentFrame, currentFrame); This is a normal executable command, but when I had to use MMExecute to execute this command in swf, an error inevitably occurred. When a symbol is selected, all frames in which the symbol is located will be selected. At this time, the command will be invalid. Unfortunately, I have to select the symbol before executing subsequent commands. I tried several methods and still could not solve it. I need some help, thanks.
... View more
Dec 21, 2023
11:53 PM
This is a simple but laborious thing, and I’ll share my method. First you need to determine the reference object, such as the circular symbol you mentioned, Open the Transform panel and select the circle to enlarge it. In order for other elements to be centered around the circle, the reference object must be wider than the other elements. Select the text and circle to align them horizontally, then reset the zoom (or return them to their original size). Now you have a rounded shape with centered text
... View more
Dec 13, 2023
07:18 PM
This is really weird, it happens randomly and I can't pinpoint where it's causing it, but it's always frustrating when it happens.
... View more
Dec 13, 2023
01:17 AM
I have set some shortcut keys according to my own habits, but occasionally the customized shortcut keys are cleared and must be reset. Why is this?
... View more
Dec 11, 2023
08:39 PM
3 Upvotes
Since it is not caused by a specific operation, there is reason to believe that this is an error caused by the instability of the 2024 version. Hopefully they will fix this in the next version.
... View more
Dec 07, 2023
06:30 PM
2 Upvotes
Just in the past few days, my friends and I have also received this kind of pop-up window. After investigation, I found that this was caused by the installation of a third-party extension. When opening the plug-in in the window extension, this pop-up window will occur. If the extension is closed, it will not appear. But this error will only pop up once after the software is started, and not at other times. After checking the reason for the error, I really can’t associate it with the AS3 code used in the plug-in. The strange thing is that not all 2024 versions have this error after installing the extension. There is no such problem in other versions! At least I'm sure it's caused by the installation of extensions. Is the problem also caused by the installation of extensions on your side?
... View more
Nov 23, 2023
10:41 PM
Open command directory.jsfl I also share one. The command comes from this website. It can be used on both win and mac. 現在開いているFlashのディレクトリを開きます function isMac() {
return (fl.version.search(/mac/i) > -1);
}
function openDirectory(path) {
var uri = FLfile.uriToPlatformPath(path);
if (isMac()) {
FLfile.runCommandLine("open " + "\"" + uri + "\"");
} else {
FLfile.runCommandLine("explorer " + "\"" + uri + "\"");
}
}
openDirectory(fl.configURI + "Commands");
... View more
Nov 04, 2023
09:51 PM
Thank you very much, you are the best, this will be the starting point for me to move forward
... View more