『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
HI, when i publish directly to my iphone theres an error that says " can't connect to the devide" although the phone is connected with usb
help
BonjourJe cherche une astuce pour lisser les mouvements de caméra au rendu, et éviter l'effet strobe.Merci YB
I'm not understanding how to correct this error in Animate? Your HTML5 ad is trying to reference an asset that is external to your .ZIP file: https://code.createjs.com/1.0.0/createjs.min.js. Only internal file references are allowed (for example, "path/to/asset/in-zip.png"). Make sure you have included all of your assets in the .ZIP file and that all file references are internal. Once you have made the changes, try again. Learn more
No matter what project i try to open with animate i always get a white blank canvas.Any clue? I am stuck!! 😞
When I edit a symbol "in place" the background scene the symbol is nested in turns white but it does not advance frames as I add frames to the symbol. Is there any way to make the background scene update along with the symbol's frames as I am editing it?Thanks so much!
Hi! I am working on an Animate File for a website I would like to make. I have made it so that moving your mouse over the stage area twiddles some knobs, but I would like to add a Radio Tuning SFX to really sell the effect.How can I make it so that when your mouse moves over the stage area, an SFX plays, but stops when the mouse stops?
I recently was working on my animation and forgot ot lock the charcter layers when I was working on the background. I converted different shapes within the background into a single object, without realizing the character was included. I had been saving throughout the process. How can I restore previous saved versions so I don't have to start from scratch?
Hello,I have the following code to draw a line from a drawn clip called my_circle. I would like the line to be drawn in a window of fixed size (L = 500, H = 250) and that the content of this window moves to the left in order to make a sinusoid-shaped line appear, like a heart rate recording would. I managed to do this in AS2 with a mask and a "createEmptyMovieClip". I've been looking for many hours and I can't find it. Would you please have a solution in HTML5? this.my_circle.x = 800;this.my_circle.y = 100;createjs.Tween.get(this.my_circle, {loop: -1}).to({x:800, y: 200}, 2000).wait(200).to({x:800, y: 100}, 2000)var ctx = canvas.getContext("2d");ctx.beginPath();ctx.strokeStyle = '#ff0000';ctx.lineWidth = 2;createjs.Ticker.addEventListener("tick", tick1.bind(this));function tick1(){var pmj = this.globalToLocal(this.my_circle.x,this.my_circle.y);posXu = pmj.x;posYu = pmj.y;ctx.lineTo(posXu,posYu);ctx.stroke();};tick1();ctx.moveTo(posXu,posYu );Thank you for any answer.Translated wit
Hello,I recently bought a new desktop to work on adobe creative cloud with. It has 64 gb memory, a 3.5ghz processor, very good GPU (not even sure if this matters), Windows 10, and it's an XPS. My monitor resolution is 3840x2160 and also made by Dell. I spent about 5 hours on the phone with both Dell and Adobe trying to understand why a new set-up with arguably the best specs lags when playing back on a simple program. I have the most updated drivers for everything and I'm using the newest version of Animate. Through personal troubleshooting on my own part, the only thing that gives a fluid playback in Animate CC's timeline preview is either me lowering the resolution on my display, or zooming out so the timeline is small. I am working with a small 5mb document with only 3 symbols on the canvas, so this shouldn't be an issue. I have tried power settings, compatibility settings, graphics card settings, and literally the only thing that changes the playback is how far I'm zoome
Hello,To be upfront, I am not sure what I can pay for the help, but I will figure out how to come up with the money. I have had a creative cloud membership for the past year trying to figure out how to make an animation but continually fail. I got in trouble after reporting a violation and am trying to save my job. I know what I found is wrong, but I don't know how to explain it.Watching everyone post their work, I kept thinking about what I need to make should be so easy.It basically a trapezoid that fills up. As it goes up, something on top of it goes down. I mean, I'd love to make it much nicer than that, but I can't even make that. How do I find someone that could help me make an animation? How much should I expect to pay? I'm trying to find help, but I don't want to waste someone's time and talent when I may not even afford the help... Any suggestions, please??
with the video component control disable and having a single custom button to control the play and pause of the video. what should be the exact format of the code or script for it. //===========var _this = this;_this.button_play.on('click', function () {$('#videoplayer')[0].play();});//===========
I can't solve this problem. I hope anyone will help me. In the below attached fla(canvas) file, there are 3 layers and many key frames.After publishing this fla file, I can't open html file on Chrome Browser or Internet Explorer.I want to know why I can't open this html file.Help me please. http://www.buksori.net/0924/0924.fla
The issues only happen when using the Wacom tablet PTH-451 does not happen when using mouse.Issue #1 Shift with transfrom tool is doing some odd behavior Sample1 Sample2 Issue #2 Opening and closing folders in the timeline do not want to stay open/closed when pressed Sample1 Issue #3 Trying to change any value or a number/text does not allow me to type in the value/text like it is bugged out Sample1 This is a second post about these problems due to me being afraid first one got burried under other posts.
I want to be able to change the looping settings for all created poses in the 'right arm' armature layer, from "Play graphic in Loop" to "Play single frame of the graphic". This does not seem to work when I follow the usual steps. Is there a way around this?
Hi, I'm working on an animation in Animate that will be used on Powerpoint/windows.It contains a transparency/alpha channel, but the transparency doesn't work when I insert the video in PPT, even though I click "Forget scene color" when exporting. Exactly how should I export the file to make the transparency work in PPT? Grateful for any input on this! /Johan
I'm new to Adobe animate and so far I've been unable to figure this out...in the video, notice the flickering in the wall plug...it's only the plug. I've tried converting it to a symbol but it still does it. I've tried putting it on a separate layer and I've tried playing around with the frame rate. Any idea how to stop this?
I made this to help you all. use it!
Is Animate WebP support in the works?The files work with new types of browsers. One day it will replace PNG JPG GIF.
I'm trying to publish my animation to my school website and my teacher told us to publish it as an .html and .swf file. She explained how to do it, but when I go to my publish settings, I'm not seeing an option to publish is as a Flash or .swf file. There is only HTML/Java, as shown in the image. I tried messing with other options, like export and such, but I can't find any way to get an .swf file. Please help, I am so confused.
I am using a group of MovieClips buttons to navigate my program. (Menu) (Back) (Next). When I go through the frames and hit the back button all the Movieclips play. In this World War One program I have 4 video movie clips with sound and 10 animation clips. Hitting the (Back) button makes all the movieclips play.Code for (Back) button:previous_btn.addEventListener(MouseEvent.CLICK, RootPrevious);function RootPrevious(e:MouseEvent):void {MovieClip(root).prevFrame();}Code for Next button:next_btn.addEventListener(MouseEvent.CLICK, RootNext);function RootNext(e:MouseEvent):void {MovieClip(root).nextFrame();}Code for Menu button:menu_btn.addEventListener(MouseEvent.CLICK, RootMenu);function RootMenu(e:MouseEvent):void {MovieClip(root).gotoAndStop(1);}Code for MovieClips - A stop and play button.StopTony_btn.addEventListener(MouseEvent.CLICK, StopCam);function StopCam(Event: MouseEvent): void {stop();}PlayTony_btn.addEventListener(MouseEvent.CLICK, PlayCam);function P
Recently come back to the latest Animate for a project. When naming layers "special characters" such as 0 and - and empty spaces are no longer compatible?I'm using Animate to set up a model to rig in another program and our naming convention requires some of these characters.I can work around this but it's just irritating and feels like an arbitrary change... Is there a setting somewhere to override this?
Has anyone noticed on the latest update of Animate, that if you move an asset on the stage, and if your play head isn't anywhere other than frame 1 in the time line, it automatically creates a keyframe. If you have seen it, is there anyway to turn this off? Its so bloody annoying...
List of problems so far in adobe 20.5.1Transform tool and holding shift to snap makes it randomly jump in varisu posicions...Like this. Clicking on folders does not allow me to open and close the folders as one would expect...Like this. Changing any number or text causes me a headache...Like this. To note, this is only happeing when i using Wacom Intous PTH-451 and not mouse.This does not happeing when i using Macromedia Flash 8 ProSo far i have tried restarting my pc, me does not think the issue is in the Wacom drivers but in Adobe software itself.Help me resolve this.
I'm animating a walk cycle and I only want to see the Onion Skin for the layer I've selected so that my canvas doesn't end up super cluttered.The only way I've seen this be possible is if I completely turn off visibility for the other layers, but I'd like to use them as visual reference so that wont do. Using the picture I've attached for reference, let's say I only want to see the Onion Skin for the folder named 'Red'; How would I achieve that?
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.