『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help using Adobe Animate and creating animations.
新着順
Hi. I finally got the first part of this working. I am trying to check for end of a sound.However, all the examples I see don't seem to work. The console says I can't use .on this.btn_play.addEventListener("click", buttonClicked.bind(this)); function buttonClicked () { var instance = createjs.Sound.play("itemName"); //instance.on("complete", this.handleComplete, this); if (itemName=="monkey") { monkeyClickSound.play("monkeySound"); completeMonkeySound = monkeyClickSound.play("monkeySound"); completeMonkeySound.on("complete", this.handleComplete, this); } if (itemName=="froggy") { froggyClickSound.play("froggySound"); } this.genie.visible=true; this.genie_static.visible=false; //monkeyClickSound.on("complete", handleComplete, null, true); } function handleComplete() { console.log("sound complete works"); this.genie.visible=false; this.genie_static.visible=true; }
Hi every onei'm struggling with this issue i added my sound in my library and after i grab it to the stage in the timeline is working fine but when i test it i hear nothing even after i export the project (html5) is the same no sounds and i followed the tutorial but not work also the effect option in properties for the sound is unclickableany help please thanks
It was fine, but once i saved and quit, it was all greyed out. Is it a loading thing
从flash 到An都没有什么崭新的功能更新而更新的新功能对于动画方面的使用并没有更方便资源工具和骨骼工具还有不少麻烦和BUG 资源变形工具 重新打开或者更新文档就会失去动态,甚至连模型都消失多个动态情况下更是直接新建很多个元件,却连动态和模型都神奇消失 骨骼绑定 控制动态,节点小,控制范围需要通过数据,移动的权重,旋转的带动等等简直是灾难 以上两个工具好像都完全没有考虑过方便更改元件这个方面 期待很久An会有什么更新却发现原来没有 因此提上自己的建议希望这个软件可以继续能更好的做动画 JPG 为功能建议细节FLA 为建议参考的模型
I had this weird brush tool bug where if I try to make a shape inside a Graphic symbol, it instead fills up the space in it and remove the line. I made a circle, triangle, square and a scribble to show an example. It just like fills in when I make a shape. But if I make a line it disappeared. Somehow the Brush tool works perfectly fine outside the symbols. Please help me
Hello, I have macromedia flash 8 and I recently got a drawing tablet. The tablet is called "XP Pen Deco 01 V2". There's a button on the tablet that I can press to undo, but when I press that button on macromedia flash 8, I sometimes have to repeadetly click on the button so that it could actually undo. Do you know why this is happening? Maybe my tablet is too new for Flash? I use a windows 10.
Hello,I am using adobe animate and Create basic Stroke lines. When I transform its size then only Stroke size wont reduce with transform tool. only color scales successfully. See picturesStroke size was 2, When scaled down to small size, stroke wont reduce or maintained with scaling.How to fix this issue so that strokes maintained its proportion according to scale size.
I was wondering how important stage size is in Animate and how it affects the final product. Since Animate is in vector I would assume that any animation can be exported at any size, which would then make stage size not too important.
I'm trying to make this armature stable so that the torso stays still, but I don't know how. Whenever I try moving the arms, the entire body moves along with it, as seen below.
Hi, I have the following code - var fl_MyInstance = new lib.ResetBtns(); this.ShowReset.addEventListener("click", fl_MouseClickHandler_2.bind(this));function fl_MouseClickHandler_2() { this.addChild(fl_MyInstance); fl_MyInstance.x = 219.05; fl_MyInstance.y = 110.55;} //This code adds a MC from the library and works just fine //This code should call the alert command and does not workthis.ResetButtons.ResetSVDU.addEventListener("click", fl_MouseClickHandler.bind(this));function fl_MouseClickHandler() { alert("Mouse clicked"); } The name of the libary item I'm adding is ResetButtons. The Linkage name is ResetBtns. ResetSVDU is a button within the ResetButtons MC. I've tried ResetButtons, ResetBtns, and fl_MyInstance but I can't get to the ResetSVDU button to trigger the alert command. My question is, what name should I use in the following line? this.????.ResetSVDU.addEventListener("click", fl_MouseClic
For some reason when i try to drag and drop my sound files in the library of Adobe Animate it's not working, it's showing the stop icon instead of cursor, but when i try Import to Library it works. But like that it's just too slow, I am used to work fast and it bothers me. Any fix?
Hello everyone! When I draw lines on Adobe Animate, after I lift my pen the lines get squiggly and not straight. When I was drawing the lines they did not look like that. How do I correct this? Thanks!
question, answer1,answer2,answer3,answer4 are Textinput compenent in the stage.in this add_ques buton i place the value in array thr i want to reset the value for new question so i do: $('#question').val()="";but it is not working.how can i reset the textinput? this.add_ques.addEventListener("click", newQuestion.bind(this));function newQuestion(){qnum=qnum+1;myVal = $('#question').val(); questions [qnum][1] = myVal;myVal = $('#answer1').val(); questions [qnum][2] = myVal;myVal = $('#answer2').val(); questions [qnum][3] = myVal;myVal = $('#answer3').val(); questions [qnum][4] = myVal;myVal = $('#answer4').val(); questions [qnum][5] = myVal;$('#question').val()="";$('#answer1').val()="";$('#answer2').val()="";$('#answer3').val()="";$('#answer4').val()="";}
I am trying to learn how to lip-sync in Adobe Animate, but I would prefer to use images of the lips for the visemes instead of drawing the lips. Is that possible, and if so, how can that be accomplished?
Hello,With Flash CS6, it was possible to create an executable file that integrate the player. Is it possible to convert an HTML5 application created from Animate into an executable version that does not need an internet connection?Thank you.
Hello, I have an fla file that I'm trying to bring into HTML5 that has some 3D rotation animation in it. When I convert it, it tells me "* 3D cannot be imported in HTML5 Canvas document." I tried converting every frame of the animation into keyframes so that the tweening wasn't there anymore, but it doesn't work. Instead, the text I'm rotating moves to the upper left corner of my canvas and doesn't rotate at all. (It works on the original fla file, but not on the HTML5 Canvas version of it.) I'm using Animate 20.0.2. Any help is greatly appreciated!
Hey All,Does anyone else experience slow playback when loading HTML canvas animations into iFrames within Safari? e.g. a banner ad?I have tested this within Safari on my computer and it only seems to be happening on my own computer... And It doesn't happen in Chrome or firefox.And the weird thing is when I click the animation in safari. The animation then speeds up and plays at normal speed. I'm wondering if there is some sort of idle thing happening within my safari that plays banners at a slower speed on purpose until I interact with it.This doesn't seem to happen on other machines I've tested on. And I've created banner ads using GWD as well, and those play at a normal speed within iFrames.If I open the index file in safari it plays normally, it's just when it's being loaded into iFrames.Anyone able to shed some light on this weird anomaly?Here is a link to the banner example loaded in an iframe: scrn Dashboard - (just pop your name and email address in to view the banner)*Update: I
Hola, buena noche... una duda si mi animación es interactiva, me explico, tengo botones, como seria la forma correcta de exportarlo para que funcione en cualquier computador o dispositivo? gracias.
I can't use the magic wand tool in Adobe Animate. I have tried going to the modify section and clicking on the break apart tool but it still doesn't work. Please help me ASAP.
Hello, everybody. It's not the first time i try do use the command "fl.getDocumentDOM().getTimeline().currentLayer = myLayerIndex" and it simply does nothing. The crazy thing is that it sometimes work, sometimes don't. (in my case: it's currently selecting the top layer, with 0 as index)layerIdx0 = 1;fl.getDocumentDOM().getTimeline().currentLayer = layerIdx0; fl.trace("Selected layer: "+fl.getDocumentDOM().getTimeline().currentLayer+" -> i tried to select "+layerIdx0+".");the output above says: "Selected layer: 0 -> i tried to select 1.". I've tried "fl.getDocumentDOM().getTimeline().setSelectedLayers(0);" as it appears on the documentation, but i get a javascript error saying "setSelectedLayers" is not a function. I've also tried to make a fuction to force the selection of the layer, locking every layer that is not the one i want and making a new selection, and it still does not work.I really (really) am out of ideas. I'm currently using Adobe Animate 20
I completely removed OneDrive from Windows 10.Deleted al the files 'user/userName/OneDrive/etc'Deleted all my OneDrive files online.Reinsstalled Creative Cloud and Animate.I notice new OneDrive folders were created at 'user/userName/OneDrive'I added the Adobe AIR SDK to Animate, when I try to test an FLA I get the error file 'AIR/bin/adl' not found.
Will Animate be adding support for GPU and 4k Retina monitors anytime soon? We recently upgraded from an older 2013 imac to a newer iMac with 4k Retina monitor, but I quicly learned that Animate (unlike Photoshop, Illustrator, etc.) does not utilize the built-in GPU. You can look in Activity Monitor and it shows 0% for the GPU. Just ignores it despite that fact that it's really needed to run that 4k monitor. As a result, the animation work space is very laggy. I did some searching on the web and it seems the only work arounds currently are to either put the Animate application in "low resolution mode," but then everything is fuzzy... or dial the resolution of the whole computer down in settings, effectively gutting that nice 4k Retina display for all the applications, not just Animate. We did the latter for now (crisper image than the "low res mode"), but would love to know if Animate is planning an update to utilize a built-in (or external) GPU so it can run smooth animations in 4k mo
Hey, So I was animating a movie and while i was doing the lip-sinking/ facial expressions when i noticed something strange. This is only happening with this one nested symbol, but inside "sara's head" the lining around the eye seems super thick while i'm animating it, but when i put it on stage in scene, the lines look normal (i had changed the thickness of the lines to look normal inside the object and found they were way thinner on stage) What Have I done here?
Hey guys! I just bought a new rig for flash and it comes with a bunch hands but I'm having trouble getting them to switch over. Whenever I change the hands in the symbol as soon as I exit out they'll be back to the deafult. I will admit I'm a little rusty with flash as I haven't been able to animate in awhile due to personal issues so i'm incredibly sorry if this is a super obvious anwser.
Hi Folk,getting error on my mac while i was installing Animate 21.0.9
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.