Get help using Adobe Animate and creating animations.
Actividad reciente
大家好!我是来自中国的 Adobe Animate 用户。我真的很喜欢在各种应用程序中使用键盘快捷键,因为它们可以显着提高我的工作效率。但是,我注意到在使用中文输入法时,Adobe Animate 中的快捷键无法正常工作。要使用这些快捷方式,我需要频繁地在中英文输入法之间切换,这不仅没有提高我的效率,反而降低了我的效率。当中文输入法处于活动状态时,是否有任何方法可以使 Adobe Animate 快捷键正常工作?感谢您的帮助!
I have an online coloring game site. I want that if the user opens the game on a non-touch screen device, the canvas will be 960px x 630px, and if the user plays on a touch screen device, the canvas will be 630px x 960px. I have this code, but it doesn't work: var isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0; function resizeCanvas() { var stageWidth, stageHeight; if (isTouchDevice) { // If it's a touch device if (window.innerWidth < window.innerHeight) { // Portrait mode: adjust to 530x960 stageWidth = 530; stageHeight = 960; } else { // Landscape mode: set to 960x630 stageWidth = 960; stageHeight = 630; } } else { // Desktop: keep 960x630 stageWidth = 960; stageHeight = 630; } // Resize canvas manually var canvas = document.getElementById("canvas"); // Make sure the canvas ID is "canvas" canvas.style.width = stageWidth + "px"; canvas.style.height = stageHeight + "px"; // Resize stage content stage.scaleX = stageWid
I am working on a very big commission, and need was right on track to finish by my deadline. I worked on it for roughly 10 hours today, periodically saving, closing, and making sure autosaves were on. My software was lagging because it is a big file, so I saved it properly, and closed it. When I reopened it, the project would not load properly because it was "damaged" I already checked auto recovery, but that wouldn't work, I already tried the winrar method, But that didnt work either. the file is not 0 kbs, and is still its original kbs, which from what I've heard is a good sign. I really am not in the mood to hear what I should have done differently, I just want to know if it's fixable, because I do not have the time to redo the work I did. If you want the animate file, let me know. Thank you!
Hola abro debate sobre esta cuastión: ¿cómo quitar los márgenes negros de video Animate antes o cuando exportarmos el video a fuera del programa, cual es su causa de estos margenes negros la pantalla que queda vacia los lados o laterales he intentado quitarlos con primiere pro pero no lo quitan, sabe alguien cómo soluccionar esta problema?
I have a problem. In the doc stage, I can control the rotation properties of the parent to drive the rotation of the child. This way I can copy the actions of one template to other models. But when I use jsfl to control the rotation properties of the parent layer of the template, the child will not move with it. How to solve this problem?
我有一个问题,在doc舞台中,可以控制父级的旋转属性,从而带动子级旋转。这样我可以将一个模板的动作拷贝到其他模型中。但是我用jsfl控制模板父级图层的旋转属性的时候,子级并不会跟着移动,请问如何解决这个问题?function test2(){ // an.getDocumentDOM().getTimeline().currentLayer=2; var library = an.getDocumentDOM().library; var sourceModel = library.items[library.findItemIndex("sourceModel")]; var timeline = sourceModel.timeline; //整个对象数组,保存 帧, 名字, 对象的属性(旋转,缩放,等等) 帧,还是图层? 一个帧一个动作, 帧级别吧 var propertyArr = []; var layers = timeline.layers; var keyFrames = getKeyFrames(layers[0]); keyFrames.forEach(function (num){ if (num==0){ return } var eleDataArr=[]; for (var i = 0; i < layers.length; i++) { var layerName = layers[i].name; var rotation = layers[i].frames[num].elements[0].rotation; var eleData = {layerName:layerName,rotation:Math.floor(rotation)}; // fl.trace("fram " +num+ " mydata.layerName " + layerName+ " " + rotation); eleDataArr.pus
Every time I import artwork from illustrator into animate I have to now delete this annoying red box, any idea how to stop these red rectriangle layers? never had this problem in 2018 animate..
i dont know if this is already a feature but, when im in a symbol i also wanna see the rest of the animation outside of the symbol, this would be really useful for stuff
Hi, I'm a newbie to adobe animate. I want to complete my assessment task by doing a Hands-on Tutorial "Fish Animation" but when I'm the tutorial start, I can't find "Aquarium_bg" and "Angelfish". I already search it but nothing. Can someone help me, why this happen and how to fix it. None of my friends happen to be in the same problem as me, it's just me. I ask my lecturer about it and he said maybe there was a third party app that conflic with adobe animate. How can I find the third party app and can anyone share the compatibility information. I'm a newbie, I really know nothing about this adobe animate.
I use a Mac desktop and have been exporting media regularly with no problem. Now, Animate times out and Media Encoder doesn't create an .mp4 file. I've seen a number of posts relating to this but none with a solution for me.
Hello, I have a variable myQuestion but it doesn't display. What problem can be?
I have a project that I have created in Animate and it's not outputting properly and I can't fathom out why (I'm no professional on this matter so bear with it). The project is set up at a 1080px x 1920px project in Animate. The text is vectored. I am Exporting Video/Media from Animate in H.264 as a High-quality 1080p HD preset. It is set to automatically convert to MP4 in Media Encoder using the presets shown on the right-hand side of the accompanying image. [edit: for some reason, even though I checked "use maximum render quality", it's not showing on the image - the MP4 WAS created using it]. On the left at the top is a screen grab of part of the image once saved out as a .swf file. Underneath is the same file, grabbed after having been converted in Media Encoder. The difference is night and day! The MP4 is blurred and in other places within the movie, logos and type are really bad, even though they were originally vectors. It's nowhere near HD. Years ago, I used Movavi and looking
I am using Adobe Animate to create HTML5 creative - when I go to publish the creative and export it into a new folder, click "Publish" and go to check the location it was supposed to be saved into there is nothing. I've noticed it's also not remembering the name I am inputting as the file name, it always reverts back to "Untitled". Does anyone have any suggestions? Thanks!
Hey, so after trying out cs6, which is great but takes so long to save i tried using animate again and was doing fine until my brush cursor decided to change into a crosshairs instead of a circle like it usually is. Now i can change it back by de-selecting the pressure, but ive been using pressure for years and it never was a crosshair. Is there any way to keep pressure on but go back to the circle that shows the size of the brush? Already tried caps lock, to no effect.
Hi, i am making a game in Animate i want sound playing automaticly. I import mp3, waw format to library, also in the scene but when i tried to publish i got an error a javascript error occured. i tried to uncheck the publish settings - export files as texture but it didnt work. What am i doing wrong?
In Animate CC, the 'Convert to Symbol' function does not work from the menu, nor when I press F8. What can I do in this case?
Dear Members of the Adobe Animate Community,Hello! I am new to Adobe Animate and I am currently customizing the software interface to better suit my workflow. Below are the steps I have taken during the setup process:Upon first launching Adobe Animate, I accessed the "Edit" menu, selected "Preferences," and then chose the "Expert Preferences" option.Next, using the Ctrl+U shortcut, I opened the "Preferences" dialog box and, under the "Drawing" settings, I unchecked the "Asset Warp Tool" option.In the Timeline panel, I unchecked the "Auto KeyFrame" option (i.e., it is not selected).On the stage, I right-clicked and from the submenu, I unchecked the "Snap Align," "Snap to Grid," "Snap to Guides," and "Snap to Objects" options (i.e., they are not selected).Lastly, I closed the "Assets" panel in the properties panel on the right side, as well as the "Layer Depth," "Info," "Brush Library," and "Motion Presets" panels in the toolbar on the far right.Having completed these personalized settin
When I try to convert a drawing to symbol in animate, it drastically changes the drawing (filled part of it with red, instead of white with drawing red strokes over it). I then discovered that if, before converting it to a symbol, I cut and paste it, it does the same thing. Screenshots below. I have had nothing but trouble with Paintbucket in Animate, and had used it in making the drawing. I have no idea if this figures into the problem here.
I created the scene, and added the hero. But I don't see it.I think the video explains better:
I updated to Version 24.0.5Now, when I draw a stroke line and want to change the style, the Stroke Style sub-menu doesn't open.
Animate is driving me NUTS! I have symbols that I am animating as a bounce effect. Simple enough. But for reasons I cannot fathom, although they all started with having their registration points in the centre, they are moving all over the place so when I'm creating tweens, the objects are doing NOTHING LIKE they are supposed to and jump around all over the place! Is there a way I can just reset the registration points, rather than have to try to drag it back to the centre on every single occurrence?
wondering whats the easiest way to shorten elements that for instance, clearly were pragmatically programmed as the symbol names neaRLY all contain for instance "front and "back" and var 3 is "arm" well the code looks really really ugly typing this out in full this each time in an array. . for instance can i set a static element with var1=front and then just call that and for the back say var2=back to do the same.the files all contain for a shirt the following12 front and back armsa torso front and back using the variables"var1"_+"var3"+"var4" is one (var 1=front, var 3=arm, with a counter at the end to make the #im adding the as var4 the dress and jacket are front_arm_jacket or front_arm_dress and im trying to accoumdate this in the same script. im a bit confused how to set this, im aware in arrays you can push things to in/out etc so if its not needed its NULL and if that catagory needs it, pushes the thing to it
Hello, I've animated a banner (HTML5 Canvas) with Animate CC for Google Ads. When validating the zip file I get the error below. What does this mean and how do I fix it? Please help, Obi-Wan Kenobi.... Relative asset checkYou can only reference files found in your uploaded .ZIP file, and the file listed above is not found there. To continue, remove any references in your HTML file to assets found outside of the .ZIP file.The asset listed in the error message cannot be found in your .ZIP file. You will also need to remove any references to that file. The only allowed external references are the following:Google FontsGoogle-hosted jQueryMore details:URL_FETCH_NOT_ALLOWED: https://code.createjs.com/1.0.0/createjs.min.js
Hello everyone. Yesterday i was working in an animation using Adobe Animate.When i clicked the saved button, it started to save the work and then i had an electric issue that power off my computer.Now when i tried to open the fla file, it crash saying that is invalid. After trying the help in: https://community.adobe.com/t5/animate-discussions/help-repair-corrupted-fla-file/m-p/11925894. I was able to restore the bin/ and libreary/ files but now the issue is in the document DOMDocument.xml that is not able to be extracted from the ZIP.
wondering how you would do this as i got a interesting problem this would solve that i've done the reverse of. this weekend.also is their an easier way than doing an array for going from s000 to s099 as all the methods i tried this weekend failed on all counts to get counting numbers at the top. the horror show of a file is at the end of another post below , but var setitem=1 to etc is how it gernerates lists, be careful ofsetitem2 as its only used for stacked clothing and gets horrifying set otherwise. than it is.first time doing this, errors were made...yes they were 🙂 also note vs the adobe example on youtube, the loop count is set at the the top, this was to allow shorter things to also generate off the same array once i fix the ordering to front_<item> and back_<item>as thefirst items on that list. one generator for them all 🙂 ihttps://community.adobe.com/t5/animate-discussions/using-an-array-to-copy-and-replace-multiple
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.