『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
I have imported an audio file to my project. i tried both wav and mp3. I can hear it in the test but it does not play in the timeline. I have it set to stream, tried other settings there and it's still not playing. This is the very latest update as of Jan 31. I do this all the time and for some reason today it's giving me trouble. Anyone else seeing this issue? ThanksDave
I'm still relatively new to using Animate (and particularly the action coding). I want to create a counting up total, like this one CountUp.js I've tried to create it using the code below but it either comes up with the total number and nothing else, or an error message "#1120: Access of undefined property countUp", any help would be much appreciated!!var countUpInc:Number = 6429;var totalSecs = 304709;var countUp = totalSecs;counter.text = countUp;var time:Timer = new Timer(countUpInc * 1000);time.addEventListener(TimerEvent.TIMER, tick);function tick(e:TimerEvent):void { if(CountUp == 304709) { trace("count up complete"); time.stop(); countUp = totalSecs; } else { countUp = countUp + countUpInc; counter.text = countUp; }}
Hi, I know this sounds daft but i can't clear individual guides by simply dragging them into the ruler and they arent locked! is this a known issue?Andy
I'm getting this error when trying to open a file created in Animate 2023Is anybody having problems opening files in Animate 2024?
Hello there,I know this question has been asked before. I'm animating a video and at one specific point a number appears which I'd like to count up, it wouldn't be triggered by a button, it would just start counting when it appeared on the screen.I know the code to do this has been posted on this forum before but I'm unsure as how to actually utilise it? I'm in no way a coder so I'm animating primarily from the timeline and there seems to be a lot of things I have to do before I even use the code.If anyone's answered this question before and can provide help again it would be greatly appreciated.
El sistema de esqueleto en Adobe animation, Tiene un error garrafal, al momento de intentar crear un gif, de forma qué, el primer fotograma sea el mismo que el ultimo y entremedio un fotograma que se vea un tipo de cambio en el personaje animado. El dilema es que al momento de intentar invertir esas poses, (Del primer Fotograma clave y el segundo fotograma clave siendo el cambio de movimiento del objeto) con el esqueleto, no funciona, se devuelve al mismo fotograma copiado
I have a problem and I need help. The gyroscope function works properly. There is a strange scaling of "anim", "Object". The black frame should be all over. If I correct the frame, the gyroscope does not work. I can not deal with it. Please help.https://reklamy.serwisyregionalne.pl/2023/testy/zyroskop2.html // Inicjalizacja scenyvar stage = new createjs.Stage("canvas");// Size of the "Object" symbolvar objectWidth = 300;var objectHeight = 600;// We add the "Object" symbol to the scenevar movableObject = new lib.Object(); // Here "lib" is the name of the library that contains the "Object" symbolmovableObject.setBounds(0, 0, objectWidth, objectHeight); // Set the boundaries of the objectstage.addChild(movableObject);// Size of the "Anim" symbolvar animWidth = 300;var animHeight = 600;// Starting position of objects//staticAnimSymbol.x = 0;//staticAnimSymbol.y = 0;//movableObject.x = 0;//movableObject.y = 0;// We add the "Anim" symbol to the scenevar staticAnimSymbol = new lib.anim()
I'm working on an animation project that is quite intricate. It is complicated, with many symbols and layers... But it's organised and it's as complicated as it needs to be. It's not 'messy'. There are motion tweens, symbols comprising of 'puppets' with nested groups. The library is very organised with each necessary component accounted for and even renamed- there are no repeated/redundant items in the library. I'm using a Macbook Air with 16GB RAM. So far, I'm halfway through a 1 minute scene and Adobe Animate is crashing every time I try to export it. Up until a certain level of detail, it was fine and was exporting OK; but after adding a few more details, this problem started and has persisted - if I delete the added details, I can export once again. The issue seems to be associated with the complexity of the scene. I was once told that this problem was related to my device not having sufficient RAM; however, when I open the device Activity Moni
uygulamayı satın aldım indirdim fakat giriş yamanız gerekiyor diyor ama giriş yapamıyor nasıl yapabilirim.
Hey!I am doing a simple 2D animation in Animate and, in this particular video I have what amounts to backup dancers. I'd like to synchronize their movements and am wondering if there is a simple way to do this. I have animated one character, and then copied the character (all the layers that make up the character) to create a clone. Now the clone is directly on top of the original. I tried moving clone to one side, but this only affects the frame I'm on, so once the frame passes to the next keyframe, the clone returns to its first position, beneath the original.I tried selecting the entire timeline, and moving the clone to the side, but that didn't work either. Anyone have a good way to do this? Thanks!
Hi, I found this js code and now I need to use it in an Adobe Animate. If it is possible? If so, I would like to put the counter in an animated dynamic text box. <script>// Set the date we're counting down tovar countDownDate = new Date("February 28, 24 21:35:00").getTime();// Update the count down every 1 secondvar x = setInterval(function() {// Get today's date and timevar now = new Date().getTime();// Find the distance between now and the count down datevar distance = countDownDate - now;// Time calculations for days, hours, minutes and secondsvar days = Math.floor(distance / (1000 * 60 * 60 * 24));var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));var seconds = Math.floor((distance % (1000 * 60)) / 1000);// Display the result in the element with id="demo"document.getElementById("demo").innerHTML = hours + " godzin, "+ minutes + " minut, " + seconds + " sekund ";// If the
This update contains important bug fixes and stability improvements. https://helpx.adobe.com/animate/kb/fixed-issues.html To get the best out of Adobe Animate, I highly recommend that you update to this version using the CC desktop application. Let me know if you have any questions. Thanks, Preran
Hello, I cannot import audio files to Stage or Library in Animate 23.0.2. Error message: One or more files were not imported because there were problems reading them. - I am using a Mac OS 11.2.3- Audio files: 44.1 kHz 16 bit- tried both stereo and mono- tried WAV and AIFF- used Media Encoder to convert, used other software to convert Error message the same everytime. Can anyone help?thnxx!
last week i made a 4 second in adobe animate than id deleted itself why did it do that.
Hello I've created a shape that has a gradient fill. From 100% alpha to 0% alpha. When I overlay it on a solid of the same colour, I can see banding from where it starts to graduate.I want to tween the shape. But the effect I'll get is of the banding area in the shape moving...The image is attached for reference.Any suggestions, please?
Hi I am trying to modify this script to export selected Movie Clips from library to PNGs and keep original name of the MC. I have the script that works well exporting selected bitamps from library, but I am trying yo modify it to export also Movie clips. function exportLibraryImagesToFiles() { var doc = fl.getDocumentDOM(); if (!doc) return; var selectedItems = doc.library.getSelectedItems(); if (!selectedItems.length) return; var folder = fl.browseForFolderURL("Choose an output directory."); if (!folder) return; var i, t, sym, bmpName; var count = 0; for (i = 0; i < selectedItems.length; i++) { sym = selectedItems[i]; if (sym.itemType != "bitmap") { continue; } bmpName = sym.name.split("/").pop(); // strip original extension t = bmpName.lastIndexOf("."); if (t != -1 && ["jpg", "jpeg", "png", "gif", "bmp", "psd"].indexOf(bmpName.substr(t + 1).toLowerCase()) != -1) { bmpName = bmpName.substr(0, t); } // do the thing sym.exportToFile
I created a custom publish profile in Animate. For example, when I export the publish profile, I give it the name 'custom.apr'. But when I load the export profile into Animate, the name is again 'default' and not 'custom.apr'. Does anyone know how I can change the name of a publish profile?Thank you very much in advance for the help!
Is there any sort of documentation explaining what the 12 visemes are, or if they map to any standardized set of phonemes (IPA/CMU)? Something like this Azure Viseme Documentation - https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/ai-services/speech-service/how-to-speech-synthesis-viseme.md#map-phonemes-to-visemes
Im making an animated video but when I import the audio it becomes realy grainy and low quality but sounds fine in the source file. It retains this quality drop in the exsport. Im using a wav file
This would happen before, but only ever in short bursts. This one is staying now for some reason. At first i thought it was just a visual bug, but itIt even appears after I exported itI had to convert a snippet of the animation into a gif, which unfortunately caused it to be choppier than the original, but afew frames can be seen showing 2 mouth parts simultaneously. When I checked to see what happened in its symbol, it suddenly started playing normally. If anyone can help me I would be very greatful.
Hello. I'm trying to achieve a stroke effect to a character animation where all the outlines are thicker than interior lines... so... if the hand is intersecting the body remains with a thin stroke but once it gets out of the body the stroke starts showing a thicker width. I've attached a reference image. any help would be really appreciated.thank you
My whole animation got deleted!!! First when I was animating the intro for BFS, the stage got all pixelated and rotated! Then I closed and reopened adobe animate and my MONTH of working is gone!!!! This has been happening a lot lately!!! Is there a fix? pls tell!!
HiI'm looking for a simple as possible set-up to be able to show my ads to potential clients. I'm just getting started with building HTML ads in Animate and would like potential clients to be able to view them if I supply them a link. Is there a simple one-page web page type solution out there that I can fairly easily add my finished ads to? I'd like to just keep adding new ads to it as I produce them. I can't seem to find a solution that encompasses adding the HTML and JS files, along with the images folder. A drag and drop set-up would be my ideal, but I'm not sure if that is realistic. Any suggestions would be welcomed! Thanks
I need an Adobe Animate canvas to scale to fill a parent div instead of the browser window? I don't need functionality any more complicated than Animate's existing scale options, I simply need them to respect the parent div's dimensions instead of the viewport's. I tried hacking the html & js that Animate creates, but I'm not savvy enough to stumble my way through it. Someone, please tell me this is possible in a relatively straightforward manner.
I have a new laptop and just realized my Animate app is on Desktop and not on Web. So how do I transfer the app to my new laptop?Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.