Get help using Adobe Animate and creating animations.
Recently active
About to wrap on a project, and I'm testing out exporting and previewing. Everything seems to be going well, until the very last frame. One of the symbols in the file disappears after being on screen for a good while, I am not sure what the issue is. Searching around I saw other's having an issue with this, they suggested "turning off guides" which I did. No luck though, unfortunately. I am being given these Output errors: WARNINGS: ** 50 Bitmaps packed successfully into 8 spritesheet(s). Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls. (41) Modifying the transform point in a tween can produce unexpected results. Content with both Bitmaps and Buttons may generate local security errors in some browsers if run from the local file system. Thanks for your help!
Hello, currently doing an animation project and am attempting to transfer over an artboard from Adobe Illustrator. I have no problem with any of the vector's except a series of dotted line sequences. If I drag and drop the svg into Animate, the lines remain vector's but are missing over half the dots. If I try to copy and paste, this also seems to happen. I messed around with the copy/paste options and at one point was able to paste the whole sequence, but there were still issues with it in that the dots became blurry. Any suggestions on what to do to resolve this is appreciated. Thanks for your help.
Hello; is there a color picker shortcut in Adobe Animate? I am aware that there is a color picker, and I use it frequently. I was just wondering if there was a shortcut that I could use so that I can bind it to my tablet. It would make it much easier for me.
hello i have an error with adobe animate 2019 update required,how do i fix that cus i need adobe very bad.
I am working on a big project in Adobe Animate. Everytime I quit the application and then go to restart it, it errors and will not start. The only solution I have found is to delete the app and reinstall it. Which as you might guess is a pain in the butt. I am about to run Adobe Creative Cloud Cleaner Tool and see if that helps. Will let you know if it does. Looking for any and all suggestions.
Hello,I'm loading SVGs into Bitmap objects. I can successfully apply a createjs.Shadow. I am trying to approximate an outline of the SVG by creating 4 Shadows, one in each direction (up, down, left, right). It seems I can only apply one shadow -- if I add multiple lines like this... bitmap.shadow = new createjs.Shadow("#00FF00", 0, -5, 0); bitmap.shadow = new createjs.Shadow("#00FF00", 5, 0, 0); bitmap.shadow = new createjs.Shadow("#00FF00", -5, 0, 0); bitmap.shadow = new createjs.Shadow("#00FF00", 0, 5, 0);...then only the last one is used. Can anyone kindly how I can write this to generate 4 shadows on the bitmap object? Thank you for any help. const loader = new createjs.LoadQueue(false, null, true); loader.on("complete", e => { const bitmap = new createjs.Bitmap(e.currentTarget.getResult("test")); this.addChild(bitmap); // Scale image bitmap.scaleX = bitmap.scaleY = 1; // Get width and height console.log( "Width = " + b
Please help this is driving me crazy! when i try to export my animation it crashes the programme, i can convert to SWF but not to MP4. also if i try to export as GIF the programme crashes saying i dont have enough application memory
so when i open animate 2021 it like freezes the whole thing i cant click tools or even the animaton frame..is there any thing i can do???
Hi,I've design the seasonal wheel, where each month is a button. Goal here is to be able to navigate it, click on a month, wheel spins to that month and stops. How I tried to do it now, is that the first 5 frames loop, clicking on a month say February, jumps and plays the animation at frame 5. Which is just an animation that rotates the wheel from January Position to February Position. Since I could not animate the buttons themselves, I had to turn them into a Movie Clip object and animate that. And the 3 tween animations seen on the timeline is January -> Februrary, January -> March and January -> April. I could repeat this for all 12 months, but it would not look so nice as the animation always starts at January, and if I had to add animations to every path a month could take, it would be 144 of these parts. So, my question then is. Is it possible to instead do this via action script? By creating variables for the rotation values, that will ch
Hello! I'm running into an issue where if I adjust the size of a tool, like the brush, it also effects the size of my other tools, like the pen. I know that I can toggle the sync on and off between the brush and eraser, but is there any way to do something similar for other tools? Thanks in advance!
Hi I'm experimenting with lip syncing on Adobe Animate and I'm struggling to implement audio onto the program, I've tried changing the file type via Media Encoder but I keep getting the same results with the error message.
On windows:When opening an .as file, the font size selected is ignored and it opens very small (8px)pressing ctrl+f to open the search pane does not jump the cursor to the opened search box. quite annoying.Can these please be looked into please. While i'm on the topic of bugs, there was one introduced (feature?) that has made animating in flash quite difficult for me since 21. . Selections are remembered on a per-frame basis, and sometimes things that were not selected are selected, when using , . to move through the timeline to draw on multiple frames.Even pressing enter and watching playback, you can see the selected elements, so the preview you'll get a flicker or selected fills etc while you are trying to watch it. There is no way to fix this except pressing ctrl+shift+a when you reach a frame that has this issue. doing this all day makes my hand sore! It used to deselect something like this by playing forward and back over a frame (. followed by ,). But doesn't deselcet anymo
What is happening? It like its loosing track of the camera and loops back random parts on the exported video but not in the actual project file. Why is this happening? Can anybody help? Im in Adobe animate Thanks
windowsのデータをmacで作業すると読み込んだ画像のパスが全て変更されてしまうのでリンクしなくなります。数が多いのでanimateの設定で読込み画像のファイルパスを一括で変更するなどの設定はないでしょうか?
Hello,I am rewriting my AS3 application with HTML5 Canvas. I am importing SVG graphics, and I need to make an outline around those graphics that varies in width depending on user input.In AS3, I used the glow filter, but it is no longer available (please see the attached photo, showing how I made an outline around imported graphics using the glow filter.). And, it seems that CreateJS does not have a glow filter. Can anyone point me in the right direction of how to 1) use a third-party JS library to obtain a glow filter, 2) draw an outline around these SVGs, or 3) any other ideas? Thank you for any help!
Hello,I'm loading images/global_6000.svg and trying to modify the stroke, which has an ID of border. I get an error, "bitmap.getElementById is not a function," of which I agree with; I know I'm doing something wrong, such as not targeting the id correctly or something to that effect. I don't understand how to properly target the attributes of the loaded .SVG. I've tried multiple things, including the use of contentDocument, only because I've seen it used in some forum examples. Can anyone indicate what I'm doing wrong? Thank you!const loader = new createjs.LoadQueue(false, null, true); loader.on("complete", e => { const bitmap = new createjs.Bitmap(e.currentTarget.getResult("test")); this.addChild(bitmap); // Modify border of SVG *** THIS DOESN'T WORK *** bitmap.getElementById("border").setAttribute("stroke-width", 0.5); // *** THIS DOESN'T WORK EITHER *** //document.getElementById("test").contentDocument.getElementById("border").se
I need to generate colored QR codes in AS3. Is their any library available for that? Can zxing do this?
Exporting video from Animate 21.08 fails every time. My 2018 Macbook Pro 15" is running macOS 11.5.2 (32GB 2400 MHz DDR4 RAM, 1TB SSD, 2.9 GHz 6-Core Intel Core i9, Radeon Pro 560X 4 GB Intel UHD Graphics 630 1536 MB)Media Encoder never loads, no error pops up nor a status update. Animate does not crash, and there are no problems with my files or filenames. I cannot render any video from files I successfully rendered in the previous versions of Animate and Media Encoder. I've rechecked all my export settings, loaded Media Encoder to authenticate it and rebooted repeatedly. There's definitely a deal-breaking bug in Animate or ME.Unfortunately I stopped retaining previous versions of the sw in oder to save disk space. Can I revert to a previous version using Time Machine or does Adobe offer stable version downgrades?
For some reason my brush cursor doesn't match the size of my brush. It always looks like this no matter what the size is:Kind of annoying because I can't tell what the brush size is until I start drawing. I tried toggling the Caps Lock, but doesn't change anything. I'm on Windows 10 and checked 'Ease of Access' settings, but didn't see anything there that looked helpful. Am I missing a setting somewhere?
Hi, I am having problem with web browser caching of my Adobe Animate html5 canvas animation project.Let's say, my Adobe animate animation project (.fla) contains ten png image files on the timeline. (1.png, 2.png, ... 10.png). After exporting (Shift+R12) the project to html5 canvas format, Adobe Animate creates an image file: myfilename_atlas_.png for all 10 png images placed on the timeline.I've uploaded the project to the web server ( myfilename_atlas_.png, jyfilename.js and the web page containing HTML5 canvas animation), then the website visitors opened the web page and chrome browser created cache file for the myfilename_atlas_.png on their machine.Then I had to change some of the png files on my adobe animate project and re-uploaded the project to the web server. But when website visitors view the page again, they see errors - The location of the png images are mixed up - They see 2.png image on the spot where the
I am working on a pretty straight-forward motion graphic, that requires lines to extend in various directions via animation. I made one attempt, but feel like my way of doing this – making a small square, then motion tweening it to extend can not be the best way to do this – as I am manually extending each square to make each line, but am running into a lot of alignment / shifts.Any help, or direction to help would be appreciated. thanks.
hi i have a character which has the bone bined to it, i am trying to replace its fist symbol to an open hand symbol within the timeline but seem like i cannot do that. is there anyway i can swap the symbols? thankssi
An animation I did, starts with 16 frames of the exact same image. Then, 10 frames of a fade to 50% dark. Then 10 more frames of no change, etc. I did it this way, because, apparently, an Adobe Animate GIF animation can have only one frame rate -- even though it's possible to set varying frame rates in an animated GIF. When I export this as an Animated GIF the file size is rather large. In my search for ways to reduce this file size I discovered that all those frames where nothing changes are NOT being optimized. In other words, the Export utility is not collapsing these frames, to conserve file space [like another GIF Animation tool I occasionally use]. How did I determine this? I tried chopping out, all but one frame, in each of the places in the animation, where nothing changes, and the files size shrank by a factor of 6!! Am I missing some optimization setting, or is this just a limitation of the software? Another thing
Hi,I imported an mp4 video to adobe animate. I would like to make a loop seq from that.I spend 3 hours to watck tutorials, read forums etc, but all solution is for FLV or does not works.(I try to convert the video file to FLV, but my encoder not able to do that. ) Any idea what is the best way to make a loop seq with mp4 (h264) Thanks! g
I am trying to create animation but i want to know what is the best app to use on an iPad when drawing characters, vehicles,etc. I didn't like using adobe draw too much on my ipad. I am looking at Procreate and Affinity Designer. Not sure if vector drawing is ideal or not for Animate CC.
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.