『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
Why vectors with opacity get convert into movie clip when I copy it into the Adobe Animate from Illustrator?
Hi, so I am working on a cartoon right now using raster images provided by a client. For the most part, things have gone smoothely, but the last few days, when I reopen the project to keep working on it, half the assets in my scene are in the wrong places, or they shrink and dissapear as they tween. I'm attaching a few sample files. As you can see, body parts are everywhere except where they should be! The scenes were mostly finished and rendered beautifully before this, but when I went back the next day to fix a minor issue, this is what I found. Any advice?
Is Adobe Animate connected to effects/motion presets in Adobe Bridge like Adobe it is in After Effects or is there only the 30 motion presets built to choose from in Animate? ThanksDavid
I would like to ask our dear developers are we, users, doomed now to always have two versions of Animate on our machines? One -actual version, and another (ver 22 max) for opening old FLA files? No judgment! We just need to know. We are working with your software and paying for it. Thank you!
Hi, is there a way to extract a list of keyframe numbers (or better still, timestamps) for all keyframes on a given layer in an Animate file? I want to be able to mark up specific points in the animation using blank keyframes on a dummy layer, then once the animation is finshed, extract the keyframe numbers or timestamps into a text file. I'm a novice at coding, but from what I've seen in other discussions, it seems like it should be feasible. Thanks!
I used wrap tool in Adobe Animate for the body parts of a character. But when I imported this character into my main character then character's body parts replaced with the body parts of other characters in that project. Please help.
I put some files in a server and on IIS, browse to them and got a blank, white screen
CC Animate crashes when I import an Illustrator file. Yesterday it worked just fine. Now every time I import to Stage an .ai file, the app crashes.
Hello geniusesI have a fileI want to enter a number from first row and it will call me all the row data from a fileCan anyone help me?I don't know why the fla file is not uploaded var xlsxFileName = "name_id.xlsx"; var sheetName = "Sheet1"; console.log(workbook) call below var rows = [ "1", "2" , "3", "4", "5"]; var targetTextFieldsContainers; function main() { root.stop(); targetTextFieldsContainers = [ root.tf0, root.tf1, root.tf2, root.tf3, root.tf4 ]; readXLSX(xlsxFileName, onXLSXLoaded, { sheetName: sheetName, rows: rows }); } function readXLSX(src, callback, props) { var req = new XMLHttpRequest(); var textFields = []; var texts = []; var data = []; var i; req.open("GET", src, true); req.responseType = "arraybuffer"; req.onload = function(e) { var workbook = XLSX.read(req.response); var worksheet = workbook.Sheets[props.sheetName]; var key; console.log(workbook); console.log(worksheet); for (key in worksheet) { if (key.indexOf(props.rows[
I'm working on a class project right now for a small 2D interactive game. I have an interactive button that makes the character jump over the hole but I can't get the rest of the classic tween of them skating after it to continue playing. Is it something in the code that it is causing it to do that? This is what I have right now. Thank you for the help. this.stop();this.jumpbtn.addEventListener("click", function (jumpbtn){this.gotoAndPlay(40);}.bind(this));
I am a character designer. I am facing problem with my animate 2023 application. Whenever I create a character using brush tool it starts lagging specially , when i work on the hairs and beard of that character. It is effecting my work productivity. Kindly Help.
Hello-I've seen some posts about this but no real solution. We have a production where we are making 5 minute episodes in animate. We are creating the radio plays for the animatics in Adobe Premiere. We are using the standard 24.000 FPS (not 23.976). When we import these files to Animate, either as MP4, WAV, or whatever, the audio falls out of sync over time. Becoming very noticable at 1 minute, and unbearable by minute 4. As a very experienced editor/animator, our animation house and I have been unable to figure out where this glitch is happening. It must be a frame rate issue. Are there sequence settings in Adobe Animate that can be found? The exported audio is 48,000, WAV. Any help would be appreciated.
i have an Xp-pen artist 15.6 pro and im trying to learn adobe animate for simple animation, but i the short key and the pressure dont work proprely. the zoom wheel work only when i zoom out and there are no pressure when i use the pen. im new with this can someone help? thx i have the last driver for my xp-pen (3.4.11) and the last version of animate.
So basically everytime i export my animation, even though in the app it looks fine, when i export it every symbol i used the frame picker one glitches like that, the eyes used to do the same but i used another (bad) technique to fix it, it wouldnt be a problem if the other technique wasnt so bad (making a copy of the symbol everytime i wanted to change it), since it takes too much time and space to do.Here is the file on animate and both the glitched exports.
Hello, newbie, I have a problem that I can't solve. I have 4 movieClips that I can move using the mouse: clip1, clip 2.... When clicking on a clip, I want to save a myVar variable which gives me a numerical value of the clip I click on and based on its position in the recip variable. For example, clicking on clip0, myVar = 0, clicking on clip2, the myVar = 2... Many thanks to anyone who can help me. Var myVar ; var recip = [this.clip0, this.clip1, this.clip2, this.clip3] var objet = []; for (var i = 0; i < recip.length; i++) { objet[i] = [recip[i].x, recip[i].y]; recip[i].addEventListener("mousedown", startMouvRecip.bind(app)) recip[i].addEventListener("pressmove", mouvRecip.bind(app)); recip[i].addEventListener("pressup", stopmouvRecip.bind(app)); };
Hi Everyone, I'm doing some animation with the asset wrap tool. I noticed it creates a kind of a symbol "wrappedasset_01" etc., but it does not appear in the library. Any way to rename it? The problem is that I'm doing several animation on different files and then combining them. since the wrap tool creates for each one the same "name" when I copy they overwrite each other. Any ideas? Thanks, Oded
Same as above in the question. Is there a way or code that will allow me to save the javascript code that is placed on frames on the main timeline to a text document with the ".txt" extension? I saw that there is an option to save things from library like: sounds and images. But is there an option to save all the javascript code? Thank you for your answer!
pls help
Why, when I scale shapes in the "position and size" menu, do they scale from the top left corner? I want to scale shapes to specific pixel sizes, and I just want them to scale from the center. Scaling from the transform menu does so from the center reference point, but it only works with percentages. There's got to be some simple explanation for this. I'm experienced with Illustrator, InDesign, and Photoshop, and I'm very confused why they'd make scaling work so differently in Animate.
kinda wierd questin but is there a way to hold left click and press f6 at the same time to be faster animating?
Hey! I've received this problem when trying to export or use any Action Script 3 features on my animation. It just tells me "Error Initializing Java Runtime Environment. You may need to reinstall Animate." Safe to say I did and nothing happened. I've looked at other articles on this site but most are outdated and nothing worked for me. I am on Adobe Animate 2021! If anyone knows a solution, please let me know! Thanks!
I bet none of you have heard this before... I have been working with Flash since 1998 and I have 25 years experience in higher education. Along the way I became darn good at Flash. I built complex games and training simulations (using video) and even a rudimentary LMS. I became very popular with online instructors who wanted me to build ineractive, engaging and effective assets for their online courses. In 2019 something bad happened to me at work. I was injured after requesting an accommodation that was denied. I missed four months of work. I made the mistake of filing an EEOC complaint while I was on medical leave. I was forced to return to work on March 31, 2020. And guess what? Retailation started that same day. My very first project was to convert 9 extremely complicated Flash games and interactions to HTML 5 Canvas. These were complicated... loaded resoures externally, configured by xml file, differnt paths pased on user reponse including feedback and tailor
Olá! Sou iniciante no animate e, quando preciso deixar uma animação que usa o classic tween mais lenta, acrescento frames. Porém, estou criando animações que devem seguir um áudio, então, não posso aumentar a duração da animação. Por enquanto, só consegui fazendo frame a frame...Vi os gráficos de ease in e ease out, mas não consegui entender muito bem; não consigo criar uma parábola ou deixar velocidade constante, porém, mais baixa... Como faço para deixar os movimentos mais lentos sem aumentar o tempo?
Hello. I'm trying to develop a "Wordle-type" game in Animate CC.Here are some sample words...TABLECHAIRIs it possible to do in AS3?
Hi, I've been having an issue with the latest version of Animate. Whenever I try change the different styles of line width the software will crash. Here's a photo of the error I get
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.