Get help using Adobe Animate and creating animations.
Als letztes aktiv
Hey every one! How to export SVG correctly?steps:1) export svg2) import svg in Animate3) the layer not exported in step 1
When will Animate CC support Lottie file export. We've been waiting for so long for this to be included as it's the best current solution for creating lightweight, fast to load animations on the web and still Animate CC dosen't support it. Nearly every designer using animation on the web wants it, and wants it now, so I'm wondering why this so hard for Adobe when .svg is supported?
Good dayI have an interactive game that plays mp4 movies inserted by video componente.With the exception of IOS (iphone) it works.With IPhone only the first frame of the video is shown.The user had to already actively click on the web page toto get to the videos.Is there an easy way to start the video via a button?(Controls are shown but do not work).I would be very grateful for any help.Translated with www.DeepL.com/Translator (free version)
Hello,When I run the application (Animate) and open a project (any) the application crashes.I updated my GPU Drivers and all OS updates have been installed up to date. ( I have noticed that my GPU spikes to 100%) (GPU = Nvidia RTX A1000 Laptop GPU)I have reinstalled Animate and Adobe Creative Cloud.I have Deleted the preferences and recreated them.I have turned off my firewall.Any advice would be helpful.Regards,
Hello. I have a problem, and I'll try to explain it as good as I can. I'm making a video right now, and when I copy some of a drawing and paste it on a new frame, with an already existing drawing, some of it turns black. I hope you can help. I'll try and show it with pictures here:
Hi Everyone, Looking for some advice if possible, just curious whether it's possible to add video footage to an Adobe animate VR document? Looks like components aren't available nor the video import option, can it be done through JavaScript so it wraps across the cylinder/sphere? Thank you very much. kind regards Sam
Hey there guys, I have a question that probably has a very easy answer, but after searching online for a while I couldn't figure out just how to fix it. Anyways the problem is this, when I run it, it gives me this warning and then the when i click "OK" it startes playing the movie..but when i upload the content i dont see it woking I assume I'm receiving this warning because I'm using Adobe Flash Professional CS5 if this helps. Thanks very much for any advice you guys have. -=-=-=-=-=-=-=- The warning: Runtime Shared Library Preloading Warning Your content will not stream. Runtime Shared Library (RSL) preloading will require all of your content to download before the first frame will play. To prevent this you can chane the Runtime Shared Library Library Settings in the Advanced ActionScript 3.0 Settings dialog which can be raised from the Publish Settings dialog. The Runtime Shared Libraries being preloaded are: textLayout_
I am trying to get my Adobe Animate to export a gif. Every time I export the gif shows, but none of the side or ability to save it come up. I have tried restarting and zooming in and out, but nothing works.Please help
Olá! É possível fazer o rig de um personagem de frente (usando bones) e usar este mesmo rig para o personagem em outra posição (lado, 3/4 e costas)? Ou é necessário fazer separado?
Hello! I'm new to scripting so bear with me. I've written a script (with help from ChatGPT) that loops through the frames on the selected layer and exports any frame with contents as a png with the name of the frame it's from. All I want to do is modify the script to loop through a user selection of the timeline, but I can't seem to work out how to return or make an array of selected frames. I know this must be possible because many built in commands run based on selected frames...In case it's helpful here is the existing script and my current best guess at general timeline selection.var dom = fl.getDocumentDOM(); var timeline = dom.getTimeline(); function exportPng() { var curLayer = timeline.currentLayer var layerArray = timeline.layers[curLayer].frames var folderURL = fl.browseForFolderURL("save", "Select export location", "folder"); if (folderURL) { for (var i = 0; i < layerArray.length; i++) { timeline.currentFrame = i; var curFrame = ti
Hi guysI am trying to contain music/sound to a limited area between frames 1 to 28 I want to play the hole sound at the moment it will only play and stops playing at frame 28 where i have nav buttons to take the user to other parts of the time line.
Whenever I create a classic tween copying the last frame over, it only tracks the movement of the piece and not the rotation as well. How do I fix this?
when i play the audio from the start frame (frame 0) i can hear the audio, but when i am scrubing through my timeline i cannot. also if i press start from anywhere in timeline that is not the start the audio doesn't play. I am fairly new to adobe animate so i could be doing sometjing wrong. i am in action script 3.0 and used audacity to change te sample rate of audio so i could import (dont know if that helps). I am on a MacBook air. Can someone please help me
Hello, can I use the animated character from audia for commercial purposes? License..??? Thanks Chris
Hi!I need to do make an effect of scratching, like a Lottery Ticket is scratched.I have a Ticket PNG before scratching and a bottom layer PNG, which need to appear under the first one. First I tried to make a scratch PNG and use it as a mask, but it was not possible. For several reasons...Then I tried to paint it with some brush. But when exporting a movie it says : Unsuported Fetaure, multiframe masks are used.Tried to join, merge, break apart ... nothing works. Mask is not working.Any Ideas?
I'm so ANGRY at whoever is runing this support comuninity to block my new updated account [PERSONAL DATA REMOVED] all because they wouldnt let me edit or start over on a question I had that I first messed up on some incorrect words on and was despret trying to re ask my question with the right words, and at the end I certenly wasn't threatening anyone I was just irretated and just left
Hi,I have an Animate file that was originally created in 2020 that is used on a client's website, so it uses HTML5 canvas. My client asked for some minor changes but now when I publish the previous file (without editing) it's not working properly. On the main timeline I have a pie shaped graphic, and each section is a button. When the button is clicked it goes to a specific frame label on the parent timeline and plays a movie clip. In the individual movie clips, it plays part of the animation and then stops, and when they click on another button, it plays the rest of the current movie clip, then goes back to the parent timeline to the specified label and plays that. The following is the Action on the frame where it has been stopped, within the individual movie clip: this.stop(); var _this = this; _this.btn_intimidation_reduced.on('click', function(){ _this.gotoAndPlay('coercion_close'); setTimeout(function () { _this.parent.gotoAndPlay('intimida
Please add saved character motions features in adobe animate cc most peoples go go to cartoon animator software because saved character motion in cartoon animator please add this type features in adobe animate cc then we saved our time.
Hi guysQuick question does animate do transitions between frames?
I have not seen much on drag n drop on this forum or otherwise. So I decided to post this example in case someone is interested.I learned the howto from Martin Melendez on youTube.(Drag And Drop (Adobe Animate HTML5) - YouTube )I modified his example to include several items to drag, several items where to drop, a score, disabling of item drag when correct, and return to original position when wrong drop.Hope this helps someone.DRAGNDROP.zip - Box
Hey!I am beginner at Animate. I want the classic motion guide with the pencil tool to be seen after rendering, but can't find a way to do that.Also the objects are behind the path, but I want them to be on top of the path. Arrange > Bring to front is not working. Thanks
Select a column of frames on the timeline, and then execute the command to select these layers, the following code will throw“Error: setSelectedLayers:Invalid parameter number 1”,How can it be improved, and where is it wrong? var selectedFrames = fl.getDocumentDOM().getTimeline().getSelectedFrames(); var selectedLayers = []; for (var i = 0; i < selectedFrames.length; i++) { var currFrame = selectedFrames[i]; var currLayer = currFrame.layer; if (selectedLayers.indexOf(currLayer) === -1) { selectedLayers.push(currLayer); } } if (selectedLayers.length > 0) { fl.getDocumentDOM().getTimeline().setSelectedLayers(selectedLayers); }
Hello!! For a while I've been trying to export through Video/Media, and it doesn't show up in the Media Encoder. It will instead show a blank error box. I've played around with my settings for a bit, I understand there are probably work arounds, but is there a fix to this I don't know of?
can someone give me the code that makes a movieclip move forever when the arrow keys are pressed? im working on a pac-man flash recreation, im using flash 8, also i want the movieclip to move like how pac-man moves in the original game
Hi! I'm from Spain. I'd like to use Adobe Animate in English, but it only shows in Spanish.Things I've tried:(1) I went to my Creative Cloud desktop, Preferences, Applications and set English language as the predetermined installation language ("Idioma de instalación predeterminado").(2) I went to my Adobe Account, Prefered Languages and I set English (United States) as the first language (and only).Some details:Creative Cloud app is in Spanish. When I open the apps through Creative Cloud, Animate works in Spanish but Photoshop in English. Any clue will be really appreciated. Thank you very much!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.