Get help using Adobe Animate and creating animations.
Recently active
Animate超初心者です。「クラゲのアニメーション」で使い方を学んでいます。【6/12 触手の末端を固定されたピンに変換】でジョイントをフリーズを有効にしたいのですが、ON・OFFの編集できる表示なりません。現状、メッシュのチェックとボーンタイプの硬い・柔らかいしか編集できません。原因を教えていただけますでしょうか。よろしくお願いいたします。
When i was about to continue working on my animation (of which i put an unfathomable amount of time and effort in) i notised that the file says that it is 2kb in size, and when i tried opening the file it came up with the message "an error occured opening the file E/<project location>" i do not have a recover file and i do not know how to make one, please help i am desperate
So i was making a few background symbols for a video, and when I drew a bartender and then tried to form a symbol out of the sketch (like I do with all my symbols. ) but when i converted it to a symbol most of it just dissapeard. I then tried selecting the sketch and moving it, but as soon as I deselect it it dissapears as well. I tried using the brush tool to make a new symbol and it works just fine. What have I done wrong here?
I tried converting an animation I made in adobe media incoder multible times, the animation woulnt render and instead this popped up, im thinking it might have something to do with my computers driver? I never had this issue until I installed the newest driver. Anyone know how to fix this? Thanks in advance.
Hello there,Having a problem with a site that I'm hosting on one server which needs to access php files on another.. both have access priviliges so there is no problem there.Do the functions I use to communicate with the second server need to be 'public' I generally keep them 'private' ??Bizaare thing is, locally I don't have a problem..I added :-flash.system.Security.allowDomain("blah blah");but it does nothing
Hi everyone,I'm trying to move from ActionScript to HTML5. but I am having a hell of a time finding good resources or clear instructions on how the HTML5 Actions work. I've been doing some simple games and using the Generate a Random Number (like a dice roll) as well as a Countdown (to make an event occur). in Action Script it used to be: // Generate a Random Numberfunction fl_GenerateRandomNumber(limit:Number):Number{var randomNumber:Number = Math.floor(Math.random()*(limit+1));return randomNumber;}//The Number here is "out of how many?"var theNumber:Number = (fl_GenerateRandomNumber(10));//Paste in Outputtrace(theNumber);//This is how many changes to Red. Anything greater than 8 will make the red button visable.if( theNumber >= 9) {trace("Higher");Red_Button.visible = true;}else {trace("Lower");Red_Button.visible = false;} and for Countdown: //This is the Countdown Codevar fl_SecondsToCountDown:Number = 10;var fl_CountDownTimerInstance:Timer = new Timer(1000, f
What I'm trying to figure out is to let the "logo" movie clip appear and show too, not just those images that are being loaded in my "images" folder. I have the logo symbol's arrange set to front and the RandomImageSelector movie clip symbol that comes with a link to it's class has it's arrange set to back. What can I do? Someone please help me. Once I get answer and after testing the code, this question will be left gone and removed due to the development privacy reasons.
Using paste to the current location, the shortcut ctrl+shift+v, the object position has undergone a terrible offsetI checked the documents and found that this was a really catastrophic problem.No matter how careful you are, you will inevitably encounter these problems. In production, or using illustrator material, the scaling and deformation of elements is inevitable, and these subtle deviations cannot escape my eyes.So, I have to do a lot of manual alignment every time? Or restore the deformation and remake it? Is there a good way to avoid it?
can I atleast see some screen shots on what this conversation i don't understand was between Zack and you guys?
hello Adobe i'm back with an old account i don't deserve cold sholders when all that matters is getting my life work on adobe animate complete when i need help i'm sorry i lost my temper all because i wanted to start over on my post that i got some words wrong on what my adobe animate problum was im someone who desires perfect busness and cooperation it's a shame i couldnt just edit my first post it would of fixed everyithing and the banning would never existed
Can you PLEASE, with a cherry on top, fix your atrocious Properties UI palette, so I can actually READ the name of the Instance!? Unless there’s very good reason why you would WANT to not read it? FAIL.And while I’m at it, who decided it was a good idea to reverse the generally accepted idea of an EYE icon meaning you can SEE the layer, you know, like in PHOTOSHOP and ILLUSTRATOR, and, and, and.... FAIL.I have to keep my symboland bitmap names short because I have no way of widening the Swap window to read ref numbers. FAIL.
When I import a .wav file the "one or more files were not imported because there were problems reading them" window appears. In a previous project, the same audio file specs for different audio file imported into the previous version of Animate with no problems, so not sure why it's not working now. Currently running Animate ver 21.0.8. I've brought the file into Audition as well as Media Encoder to re-export as different sample rates, such as 44100Hz, with the same result. Could there be some other aspect of the audio file that Animate doesn't like? Audio file in question:Sample Rate: 48000 HzBit Depth: 32(float)Source Format: Waveform Audio 32-bit Foating Point (IEEE) My PC:64-bit Windows 10 OSAMD Ryzen 7 3700X NVIDIA GeForce RTX 206032GB RAM Any guidance on this would be greatly appreciated. Feel free to let me know if you need more info, or screenshots to help. Thanks!
Hi there,I'm trying to add an eventlistener to my HTML5 canvas project. I've got a timeline which has the stop() comand at specific frames. When the user presses the spacebar I'd like playback to continue from the current frame.Here's what I've tried, but it doesn't work when published. function onSpacebarPress(event) {// Get the current frame number.var currentFrame = stage.frameLabel;// Play the timeline from the current frame.timeline.play(currentFrame);}// Add the event listener.stage.addEventListener("keydown", onSpacebarPress); THanks in advance fo r any help!
Olá!Sou iniciante e entendo pouco de javascript, mas tenho tentado através de tutoriais.Como eu poderia fazer, em javascript, com que meu personagem ande até o local em que clico?Já vi como fazer um objeto parado aparecer onde clico, mas na prática ele apareceu longe do lugar clicado, não sei como corrigir e nem se esse seria o caminho para fazer um personagem andar...Podem me ajudar?Obrigada!
A lot of my files on Adobe Animate crash with this error<crash exception="EXCEPTION_ACCESS_VIOLATION" exceptionCode="0xc0000005" instruction="0x0000000031C105F3">Does anyone know how to fix it? It's very very annoying.
A banner I've uploaded has come up with the error [Missing primary asset check]. On Google Ads Help, it mentions this [Primary .HTML files include an Ad Size tag such as <meta name=”ad.size” content=”width=300,height=250”>.] I've added it, but still doesn't pass the validator. Can anyone advise on a fix please? Many thank.
Hello.I'm producing a HTML5 canvas. The creative includes a cursor which moves and stops, and moves again within a 30 second animation.The cursor graphic is a symbol. I'm using a motion tween. But when the cursor stops for a few seconds, then moves again, the graphic still moves slightly. I've tried to control it with the X and Y locations, but it's not easy.Anyone got any suggestions on how I can get a better result, please?
Whenever I attempt to distrubute something to layers, I usually recieve "Could not complete the operation because of an unknown error", or it deletes most of the objects when creating new layers, or the program will crash entirely. I have already tried reinstalling and restarting my computer. Although, I am not sure if I am properly uninstalling and reinstalling CS6 because the settings I have changed to default are still saved when I reinstall the program. Does anyone have any advice for this?
HiI am having to pick up some banner designs in Animate, and please forgive my ignorance, but need to create 2 buttons going to 2 different URLs on the same banner. I can get two areas working as buttons but both go to the same URL or at least one overides the other. Can someone please help on how to stop this, or help explain for to create the two buttons?
The Auto Lip Sync feature in Adobe Animate provide 12 viseme to match your mouth shapes to.Most mouth rig templates do not match these 12, instead they look like the two I have attached (1. Shutterstock, 2, Boy Mouth).Can anyone tell me why this is?Thanks
Hi, I have a design made in Indesign that I have to animate in Adobe Animate.I have searched the forum and I have seen that I have to export a .fla file to be able to do it. The problem is that when I import it, it doesn't import the individual elements and editable elements, but it imports everything together as if it was an image.Is there any way to import a file and that all the elements are editable?Thank you very much 🙂Translated with www.DeepL.com/Translator (free version)
ola pessoal quero fazer uma ação de visible , true or false.....estou usando a bola preta para aparecer o box1 ...i o quadrado verde para desaparecer...mais não queria asim eu quero a visibilidade do box1 true or false so em um objeto que seria a bola preta,, quando clikar ela possa aparecer i desaparecer ,, sera possivel somente usando o btn1 que seria a bola preta ???
Is swf project in adobe animate 2023 will work in windows 10 &11 ? If adobe animate (2021) SWF file with same action scripts will work in adobe air desktop*(50.2.3.1) [Mod note - moved to correct forum]
Adobe animate 2021 is updated to animate 2023. AIR windows SDK also added. AIR.exe version 50.2.3.1 version installed. The SWF file created in animate, action script and working in flash player (target). If I change target to AIR Desktop 50.2.3.1 it showing error message. Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. The system OS: windows 10 with IE11. [Mod note - moved to correct forum]
ola tudo bem ? então pessoal quero fazer uma interação usando a (time line) do adobe animate so que não estou conseguindo pode ser uma coisa simples...mais ja tentei de tudo talvez vocês podem min ajudar espero ... é o seguinte o problema é nas cenas eu fiz com bolas para ficar melhor o compreendimento de voçês certo eu quero fazer como se fossem interruptores,,, entre as cenas ou na time line ficar alternando uma na outra ,,,na bola verde i vermelha da cena 1 as duas são um simbolo coloquei como botões ok.... mais quando clicko na bola verde da cena 1 ela vai para minha outra cena que seria a 2 ate ai tudo bem... so que eu quero quando eu fazer essa ação a minha bola vermelha ela possa vir também sabe ? eu quero como se ela fosse uma coisa estatica na cena mais que tambem ela serviria para voltar para cena 1... é como se fosse a bola verde liga (on) e a vermelha a deliga (off) mais que ela não mude de cor entre a cena 1 é 2 é isso como si fossem interruptore de uma lâmpada ...espero q
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.