『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
I added the camera tool to my toolbar, but in the corner, it has a small yellow triangle with an exclamation point, like a warning symbol. The tool is also greyed out and I can't click it. Any advice on why this is happening or how I can fix it?
Good day!I teach in a highschool and the computers in my lab will crash the Animate program when I try to open the Actions window. I am trying to include some javascript code to my project.To verify if it was a security issue with our network, or school firewall, etc, I decided to duplicate the error on my school laptop. It works fine there (a much less performing laptop I might add, Core i5 Dell computer).The computers in my lab have the following specs:Processeur Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz 3.00 GHzMémoire vive installée 16.0 Go (15.8 Go utilisable)ID du périphérique 16A1593C-D7B4-400B-A29D-96787AF4A9E0Identifiant de produit 00328-10000-00001-AA070Type du système Système d’exploitation 64 bits, processeur x64The graphics card is the Radeon Pro WX 4100, with most current drivers installed. I am supplying the hardware specs as my hunch is there is a conflict here somehow. Why else would the program work on the laptop and not the PC Desktops? We are
Why is this happening to me? I made a project and saved the project to a folder. It will not publish the project to a browser so that I can test the animation.
Not sure if I've got the right program for this - I have a painting (attached) and I want to animate it so the leaves move. Can this be done here? Thanks in advance!
كيف يمكن اضافة زر ايقاف وتشغيل لمشروعي
Exactly as it is in the title. I click File > Export > Export Video/Media...Nothing happens, nothing pops up. Export Movie, Image, etc, works, everything works, except the one thing I need to do.
When going to the Fluid Brush Tool via the 3 dots to add it to a panel there's a caution sign for some reason. When I move it to the panel it is grayed out so I can't select it! How can I enable this tool? I've been watching tutorials on animate and there's ALWAYS something that just doesn't work as demonstrated. There's nothing online on this tool explaining why this is happening from what i can find. You're truly, very frustrated.
A student has drawn this character with separate body parts on different layers. For some reason, the legs have become blurry (it was sharp before). It's hard to see on the photo but the legs are noticeably less sharp than the other parts in reality. Any suggestions how we fix it? The only anomaly I can see is the white key frame on the same layer, but I haven't managed to figure out how to get the sharpness back. They have been experimenting with tweens etc. but they've all been removed. Thanks in advance.
I'm pretty new to animate, so not sure if this is a glitch or user error. I'm animating animal legs using asset warp tool. I created "bones" for each of the legs. The front legs are warping independently without affecting each other but I can't move one of the back legs without affecting/warping the other. I also can't toggle "handle mode" in the object settings, even with a joint selected. Is there another setting I need to turn on? Was it a drawing error? (Both of the back legs are separated in my drawing so I'm not sure why this would be the case). Thank you in advance for any help.
I am still working on this HTML5 canvas portfolio. I want to pop a new window or tab to show some HTML and CSS work examples. I'm able to open HTTP links, but is there any way to load a LOCAL html file in a new browser or window?
So i keep having the same issue with my file. I'm not sure If i'm putting too much information into one symbol, but i'm having trouble with animation forming black rectangles and generally looking like i'm staring through a paine of broken glass? At first I started just putting animation onto different layers. ( I genreally set all the animation of one character, puppet and all) into a symbol, then letting it play once throughout the movie to stop this same issue from happening. But now its back. Words fail me to describe exactly how it looks, so i took a screen recording (sorry the audio from the animation is so loud, I tried to re-record but then the problem just went away for some reason?) Has anyone experianced this before? And why does it seem to stop after scrolling up and down the timeline a few times? I'm running 23.0.1
I have used Adobe Media Encoder and uploaded my video as an MP4 into Adobe Animate. I can "preview" the video and it works just fine. My question is how do I edit the Video timeline as I only see one frame but I know the entire video is in that frame but I would like to add animations to match the movie time. I am utilizing action script 3.0
Hola! tengo problemas al exportar mi animacion en html5. Me aparece ese cartel y si cambio la carpeta sigue apareciendo. Alguien sabe a que se debe? Muchas gracias!!!
Example; I drew a head, was working on their hair and suddenly the head automatically gets filled in with color despite me working on the hair lineart. I'm confused and hit ctrl z. Nothing happens. It's still black. I try again, and other things are being undone. That gives me hope and endless confusion because on one hand, I'd really like my art to not be destroyed and gone by this random auto fill situation, but on the other I'm lost and confused. Anyway, I provided a video. This has happened before and additionally, lines are dissappearing when I draw them on the rare occasion. Say every 30 strokes. I'm lost and I've just updated my drawing tablet's driver, so I should be good on that. I also went through the whole windows ink fiasco so I truly hope that's not the issue. Thanks in advance.
Bonjour, depuis le début 2024 au minimum, quand je lance Animate que ce soit 2022 ou bien 2024, et que je tente de créer un nouveau projet ou bien d'ouvrir un projet existant, Animate se ferme automatiquement par la suite. J'ai refait l'install depuis Creative Cloud Desktop, les pilotes graphiques de mon pc on été mis à jour depuis (au cas ou il y aurai eu une incompatibilité avec version précédente). Rien n'y fait je ne peux plus travailler avec Animate.Je ne rencontre pas ce souci avec les autres produits que j'utilise à savoir: Première Pro, Illustrator, Character Animator. Je suis ultra novice dans l'utilisation de ce type de logiciel.Pouvez-vous m'aider SVP ? Merci beaucoup
Hello! I'm having trouble importing an image from photoshop into animate. Whenever I try to import the photoshop file to the animate stage, the stage turns black and I'm unsure what is going wrong. If you know how to fix this issue please let me know! Here is the animate file:https://drive.google.com/file/d/1A97lJIflOjdRhtJenDIltR_-LvuWJ9QL/view?usp=drive_link
I have a movie clip on stage on top of a graphic. When the main timeline movie gets to this frame it stops and plays the nested movie clip. I want to code from the main timeline actionscript layer an event listener that detects when the last named frame of the nested clip is played and goto and stop on a named frame of the main timeline. So, for example. On frame 30 which is named "question_1" is a button click event listener that goes to the next frame "question1_answer1": this.q1f1.addEventListener("click", fl_MouseClickHandler.bind(this));function fl_MouseClickHandler(){ this.gotoAndStop("question1_answer1");} on "question1_answer1" there is a "this.stop();" and a movie clip on the stage named "qchicken" that runs an animation. On the last frame of "qchicken" I have named the frame "chicken_down" at which point I want to go back to "question_1" on the main timeline. So how do I write an event listener that does this: this.qchick
I have tried every possible idea to get the files to import while maintaining transparency. It always slaps a black background on them even though the layers have transparency. We imported as a single bitmap image and that worked, but I want my students to be able to have their characters go behind objects, etc without dealing with complexities of masking layers. I have reset all settings to default as it's only happening to two of my students, and nothing changed. I've cycled through all the various clickable options from the import menu and nothing changes. Please help me for the sake of my sannity 😆. Thank you in advance. Link to the photoshop and animate file.
I'm so sick and tired of setting this option on 90% of my classic tween animations again and again. Need help.
Hello so when i am trying to Flash 8 distribute to layers, every symbol is dissapering and its not working. i will show a video. I really need help with this.
HTML5 canvas how do I do that so I fade out with single mp3 sound.createjs
Hi, It's my first time at Animate, I'm trying with tutorials and when I add bones to the jellyfish there isnt an option to add soft one, just though one.I dont know how to proceed. Are there many versions or premiuns plans with more options?Thank youCarlos
I cannot get any gifs to loop their animation when I export from Animate CC (2018), even though I have the looping set to "forever" in the export settings. They loop in my mac's finder window, but I'm pretty sure Finder loops all gifs regardless of their settings. When I drag the files into a web browser, they only play once. Same results for both Chrome and Firefox. Why is my "forever" setting just getting ignored when it exports? How do I fix this? I have dug up some iffy websites that let me upload the gif and set it to loop forever, but the image quality and frame rate go down.
Hii all,I have a problem with the Animate cc shortcuts, when I'm trying to create a new keyframe using f6 nothing happen.When I'm trying to change / define the shortcut in Edit > Keyboard Shortcuts , pressing F6 and it write Ctrl+c instead of F6.It only happen with F6 , I can change any other shortcuts.
Nearly everytime I try to fill an object in, Animate stops processing and begins to crash. Is there a way to fix this?
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.