『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
While using the latest version of Adobe Animate, I suddenly encountered an issue where the application would no longer launch. In an attempt to resolve this, I completely uninstalled all Adobe applications as well as Creative Cloud, then rebooted my PC. After that, I installed an older version of Animate (24.0.1), but the problem persists — Animate gets stuck at "Configuring Workspace" and becomes unresponsive.Based on solutions I found, I have already deleted the following folders:C:\Users\<username>\AppData\Local\Adobe\Animate CC 2024\C:\Users\<username>\AppData\Roaming\Adobe\Animate\2024\Unfortunately, the issue still remains, and Animate does not open.If anyone has any suggestions or possible solutions, I would greatly appreciate your help. Thank you in advance!
My default values for the f5 and f6 keys don't match. And I can't make dots and a frame ribbon on the timeline.What should I do? Help.I've already tried default combinations with the Ctrl, Shift and Alt keys. It doesn't help.
This is REALLY winding me up now! ANOTHER output problem. I am creating two files with identical content. One is 1080x1920 HD, the other is 1680x675. All items on the artwork are repurposed to suit the size and shape and the main items are vector-based. When I export to Video/Media to create a .mov file (Quicktime/Default (Animate)), the 1080p screen vectors are nice and sharp. Using the same settings to export the other file, it's blurred. I've tried EVERYTHING to get the settings for the landscape version to work and it just doesn't make sense that it works for one and not the other. I have tried this on both Intel and M2 Macs but no difference. I have SOME hair left, but not much!
A coworker of mine is attempting to install Animate 2018 on Windows 11, but keeps getting the error message "Update required. Your browser or operating system is no longer supported." Anyone here encountered this and managed to fix it? And yes, it has to be Animate 2018. The version of CreateJS used by the current version of Animate is incompatible with our libraries.
Hi friends, the title says it all. I am looking for instructions, tutorials, and advice on how to do this. I really would like to find a step by step tutorial on how this can be done. If anybody can point me in the correct direction please do. Thanks Adobe Animate HTML5 Audio Player with playlist
Hello Adobe Animate Team,Thank you for the continuous improvements to Animate!I’d like to suggest a feature to speed up the frame-by-frame animation workflow. When pressing the “next frame” key (right arrow or >), it would be great if Animate simply moved the playhead forward on the timeline, even if there is no keyframe there, while still showing the previous frame via onion skinning.This way, animators can freely move forward and see the previous drawing without needing to manually add or delete keyframes. Then, once the animator starts drawing on that frame, a keyframe is automatically created because auto-keyframe is activated.This small change would keep the creative flow smooth and uninterrupted, making traditional animation much faster inside Animate.Thanks for considering this!
Is someone able to explain this for me? Attached is a screen grab. *Ignoring the difference in resolution* (on the left is a vector placed in Animate and on the right is a blown-up version of the end result in a .mov file), there is a problem I can't work out. I've tried what I think is every combination of file conversion using Media Encoder and Movavi Studio, but it's always the same. The logo develops a drop shadow. Looking further into it, it appears to be anything brightly coloured, although red seems to be particularly noticeable. I've tried placing the file as a high res JPG, a PNG or pasted directly from Illustrator as a vector but nothing is helping. Any ideas or help on conversion settings would be gratefully received.
Expand the Global section by default in Action panelIt's 3 lines. doesn't take much space. having to click it open for multiple files every time is a PITA.
hi everybody, thanks for viewing my message.i wanna make a morse code translator.what is morse code?(morse code is used by navy pilots to communicate through light and/or sound)(each alphabet is referred as dot's and dashes. dots being shorter duration and dashes being longer duration)so this is it.i want a dynamic text box on the above of the screen in flash player(swf)(input field)and below of this i need another text box for the output.(this text box must be unwritable if possible)and i need a button to convert( the text on that button is translate )how this works?i must input alphabets in the above text field and when i press translate button it should show the dots and dashes referred to that character.and vice versa.oh and i need it for as 3.0(i need everything inside a movieclip so that the play, next frame previous frame options do not function in flash player)i am familiar with some scripting.so i need the scripting for one character so that i will copy that for every ch
When I use zoom on the camera and apply a classic tween, it seems to end with a jolt. The Y value of the last frame before the keyframe has a very different value, which causes this visual discomfort (example: Y=-60 in the last frame before keyframe, and Y=-64 in keyframe). How can I fiz this?
I've messed up my animaetion-- everything is skewed. Starting over. Anybody know how to remove parenting relationships?
Hello Adobe Community, We are so excited to share that we have a new home and, it is better than ever! You can find the new homepage at community.adobe.com or adobe.com/community. The Adobe Community is more than just product forums—it’s a place to connect, get inspired, and grow as a creator. Our new Community homepage brings it all together in one central place, giving you a clearer view of everything available to you. Whether you’re here to learn, contribute, or just explore, this community is for you — a place where ideas grow, connections form, and your voice helps shape the future of our products. This is your Community. So, what’s new: A streamlined homepage where you can explore product forums, browse creative inspiration galleries, and discover upcoming events—all in one place. A new Creator Spotlight section featuring community members like you and highlighting your work and giving you quick access to starter
I made a canvas project with Animate 2020 (createjs 1.0.0), put it on my server, and I get an error during loading, so the project does not start.This happens each time on the first load, when I refresh the page, with a second load everything works fine withour errors.The project uses a large atlas file for the images (9MB). When I'm not using a spritesheet (so all image assets exported in individual files) I don't have the error, but then of course the loading takes much much longer. Any idea what I can do to resolve this? This is the error I'm getting:Uncaught TypeError: Cannot read property 'getContext' of undefinedat a.b._parseData (createjs.min.js:12)at new a (createjs.min.js:12)at handleComplete ((index):51)at (index):36at a.b._dispatchEvent (createjs.min.js:12)at a.b._dispatchEvent (createjs.min.js:12)at a.b.dispatchEvent (createjs.min.js:12)at a.b._sendComplete (createjs.min.js:16)at a.b._loadNext (createjs.min.js:17)at a.b._processFinishedLoad (createjs.min.js:17)
Hi, I created some HTML5 Ads a couple of months ago with all images exporting into a single sprite sheet without any issues. I have tried to use the same Animate file but with the images replaced for a new batch of Ads however the images will not export as a Sprite sheet and will only export as seperate JPG's. I have also tried re-exporting the old ads and they also no longer export as a sprite sheet either.The publish settings are set to export as a spritesheet but it seems to no longer work. Can anyone help resolve this issue?
This is peculiar. I have a MovieClip with 2 frames. This code is on the first frame: this.AppInfo.on('click', function () { this.gotoAndStop(1); console.log("Button was clicked!"); }); this.stop(); When AppInfo is clicked, the c.log works and no errors. but the clip does not move to the next frame. Shouldn't it? Any idea what's going on? File is attached. Or, was... Why can't I attach a .fla? I tried to attach it's .js file instead but got this: Why doesn't this site recognize a .fla file?
I want to add a a highlight to indicate the last object clicked without adding this to every object click:this.Marker.y = this.navButton1.y; this.Marker.x = this.navButton1.x; According to Google AI this should do the trick: // Set the initial position of the object to move var objectToMove = this; objectToMove.x = 100; objectToMove.y = 100; // Add a click event listener to the target object stage.addEventListener("click", handleTargetClick); function handleTargetClick(event) { // Get the clicked object var target = event.target; // Make sure the clicked object is not the objectToMove if (target != objectToMove) { // Get the position of the target object var targetX = target.x; var targetY = target.y; // Set the objectToMove to the position of the target object objectToMove.x = targetX; objectToMove.y = targetY; } } So I added handleTargetClick(); to the click function for my navigation objects, altering the co
I am trying to make it so on my stage, I dragged in a video component, set the path to a video using the component parameters, and when the video is at say 10 seconds, one layer isn't visible and another one is. Then at say 24 seconds into the video, that layer isn't visible and another one is etc. I couldn't find a good answer to how to use JavaScript to have this functionality so if anyone has some pointers that would be great! I have tried createjs.Ticker but that doesn't seem to like me and I always get console errors. At the moment I have an array with all my cue points and which layer it makes visible (they're all hidden initially). All my attempts so far have resulted in nothing happening at all. I see a lot of responses like, you can do it manually (as in using Adobe Animate's frames), but I need the animations to be triggered when the actual video is at a certain point. Thanks!
Hi everyone! I'm having a problem importing .mov video files into Animate. No matter which video I try to import, I keep getting the following error:"One or more files were not imported because there were problems reading them."The videos were created using transparent .png sequences, and transparency is important—I need to preserve it.I’ve tried all possible QuickTime encoders (Apple ProRes 4444), but none of the .mov files can be imported into Animate.I'm using the old Animate version 2.0.3 (Build 25487). Could that be the reason ?
Quand je veux utiliser la gomme sur cette image clé ça ne marche pas, si je double clic dessus je rentre dans un calque, mais ça transforme mon image sur tout le long de l'animation de mouvement (ce n'est pas le but). Comme faire pour fusionner les différentes couches du calques de cette image clé ?Merci à vousWhen I try to use the eraser on this keyframe, it doesn't work. If I double-click on it, I enter a layer, but it transforms my image throughout the entire motion animation (which isn't the goal). How do I merge the different layers of this keyframe's layer?Thank you.
I have a function that is to populate a movie clip with the values of variables. this.pd_PTSVBBEVA=function(){ // This all works fine: exportRoot.PTSVBBEVA.pDisplay.pName.text = t_PTSVBBEVA; exportRoot.PTSVBBEVA.pDisplay.pDesc.text = c_PTSVBBEVA; PP_URL = u_PTSVBBEVA; // this bit does not: var pPic = new createjs.Bitmap(p_PTSVBBEVA); exportRoot.PTSVBBEVA.PDisplay.pic.addChild(pPic); exportRoot.PTSVBBEVA.PDisplay.pic.scaleX = .2; exportRoot.PTSVBBEVA.PDisplay.pic.scaleY = .2; } The error produced: Uncaught TypeError: Cannot read properties of undefined (reading 'pic') 'pic' is certainly there in my MC, it is an empty MC: Looks like it should work, I have a similar function that populates another type of MC in other applications that displays the image just fine, what might I be missing here?Thanks!
I need to save the banner in html5 format as a single file (without archive). In this file, vector objects are displayed correctly, and the bitmap image is missing. Can you tell me if there is any way to automatically embed a bitmap image through adobe animate?
Hello everyone! I created a fullscreen in Adobe Animate. On phones the animation is very slow(((If I delete this line: "AdobeAn.makeResponsive(false,'both',false,1, [canvas,anim_container,dom_overlay_container]);" the animation works fine. But on retinas the quality is very bad. Is there a solution to this problem?
On a frame I have 5 Dynamic Text objects:On that frame I am directing variables to populate these objects:this.sctn_HDR.text = sctn_AA2A; this.AA2_Copy.text = AA2_copy; this.PC1.text = AA2_PC1; this.PC2.text = AA2_PC2; this.PC3.text = AA2_PC3;These are the varible strings:sctn_AA2A = "SciLog Cryobag Filler System"; AA2_copy = "The SciLog Cryobag Filler..."; AA2_PC1 = "Single Use Sensors & Monitors"; AA2_PC2 = "Single Use Assemblies"; AA2_PC3 = "Bioprocess Containers"; So, what's the deal with this misplacement of the variables I assigned? Why is Animate making my variables appear where I did not indicate? Why, for example, is PC3 not displaying the string I assigned to it? Advanced layers on or off makes no difference. Anyone else running into this issue? Thanks.
I’m working on automating the process of converting a large sequence of imported bitmap images into individual Movie Clip symbols using JSFL in Adobe Animate (v24.0.9), Mac OS 15.3.2. My goal is to batch-process each bitmap image from the library by:Placing it on the stage,Selecting it,Converting it into a symbol (Movie Clip),Assigning a consistent naming structure. However, I’ve been encountering persistent JSFL errors. Initially, convertToSymbol() failed due to missing selections, and attempts to use lib.addItemToStage() or item.addItemToStage() returned “not a function” errors. I understand these are not valid methods, but I’m unclear on the correct way to programmatically place a library bitmap onto the stage before running convertToSymbol(). Can anyone clarify:The correct method to add a bitmap (or any library item) to the stage via JSFL?Whether addItemToDocument() is the appropriate approach?Any best practices for looping through and converting multiple bitmap asse
Just yesterday when I tried to open the fla files for my HSC majorwork animation it came up with "error in opening file". I looked into this a bunch on different forums and tried to repair them with winRAR by converting them to a RAR file, but the error message "found corrupted header" appeared and the same thing happened when reopening the files after converting them back to fla. I've tried a number of other solutions like converting the files to a ZIP and using diskinternals ZIP repair them but it still didn't work. I also tried updating animate and media encoder and turning my computer on and off again. I tried using EaseUS but that costs money to save the files so I haven't yet. One of the files that was corrupted was a recovery file, and the latest version of the animation I have is from a few months ago meaning I would lose months worth of progress. I'm desperate to try and fix this, as my major work is due only 3 weeks away and I still have a lot more to do with it. Is there any
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。