Get help using Adobe Animate and creating animations.
Recently active
Tengo un problemá al publicar mi pagina web en canvas HTML, al principio corre perfecto en cualquier navegador pero después de dar varios clic en los botones de navegación la página se empieza a congelar, hasta llegar a un punto que el navegador informa que si deseo esperar o cerrar la página. Al poco rato la página simplemente deja de funcionar.El error me pasa si lo ejecuto locar o si publico mi página en un servidor.Utilice Animate 20.5.1 y Animate 20.0.1Gracias
Hey I am a complete beginner just starting to learn anmation on my own and I was making a simple animation and went along making the framesworking in 2's and i went to play it back and it looked fine except most of the drawing are selected in the playback how can i turn this off so i can just watch what i have made as i create it, also i went back to edit a frame and a layer was selected and greyed i don't understand why and when i play it back it is also greyed if anyone could help me out that would be amazing thank you!
I asked a question about the mismatch of mouse position and drawing coordinates on a responsive screen last time and was happy to hear the quick answer (divided by stage scale). I put a button symbol and a movie clip symbol inside the movie clip symbol. Button symbols respond to mouse events, but movie clip symbols do not. app.on("mousedown", function(e){target = e.target;if (target == app.redButton) //Button symbol work{app.config.color = "#FF0000";app.erase = false;app.colorHighlight.x = target.x}else if(target == app.greenMovieClip) //MovieClip symbol not work{app.greenMovieClip.alpha = 0.3;}}); So when I hover the mouse over the symbol, I print the symbol's name on the console. app.on( "mouseover", function(e){target = e.target;console.log(target.name);}); The name of the button symbol is displayed, but the movie clip symbol is null.I want to know how to put a movie clip inside a movie clip symbol and make it react to mouse events like a button symbol. 
Hi I've created an animation with music in Animate using Canvas. When I export it as a video (mp4, H.264), the visuals look great but the music sounds terrible. I can't seem to find any settings where I can improve the audio quality. Any advice would be much appreciated. Thanks
HiI want to show the movement of water in a pipeline (like the figure below). As you can see, some of the lines are small and some are large. I want to make a sample animation of water movement and paste it on all the lines , what's the solution ?
I have a couple of input text boxes on my stage. I have assigned them different names. Unfortunately, viewing and being able to access these properties seems to get messed up. I am selecting each of them in turn but they all share the same name, position and size, even though they don't. If I quit animate and re-load then it works as it should for a few minutes before breaking again. Anyone know what is going on? Thanks.
Trying to export to an mp4, but it keeps generating 3gp files. It worked once at first, but hasn't worked since. I have the format set to mpeg4 with Default (AME) and "start Adobe Media Encoder" is checked, but it keeps rendering out 3gps. Are there some other settings I need to change to get this to work properly?
Hello, I'm new to Adobe Animate CC. And I'm learning to use HTML5 Canvas.I'm trying to add buttons to the scene to control a Movie Clip from outside. The thing is these buttons need a disabled state when it's reach the start/ end of the scene, and button play/pause change when playing Movie Clip.So here is my idea:I make 4 frames, each have their own active and disable buttons.- Start: disabled prev and reload buttons- Middle: enable every buttons- Playing: change play button to pause and disable prev, next buttons- End: disable play and next buttonsAnd inside the Movie Clip, I labeled every steps. When they reach the keyframe inside the Movie Clip, they will change its parent buttons like this. var root = this; root.stop(); root.parent.gotoAndStop('middle'); And in the main scene, I add event listener to every active buttons. Only the middle frame need more detail. Here is what I do in
I'm not sure what I did but my canvas and my work are suddenly gone? There is only the grey background and I don't know how to get it back. Please help me as I'm new to Animate and I'm not sure what just happened.
Hello, I have a project in adobe animate canvas with 4 frame when I click in the forward direction and go from frame to frame everything works. But when i click the back button the frame with the drag script stops working with elements (the iris button ) stop being drag able, i also notice that all the movie clips automatically play , I am at a total loss as I normally use actionscript , any help would be appreciated , I've attached the fla Im working on thanks
Hi,I'm looking for a good tutorial/sample/exemple to develop a scalable p2p/sfu/turn application with animate?as there were several good one for rtmfp/netgroup p2p, is animate can do the same now with webrtc?Thanks
Hello! I'm currently in working on a small project and would like to add a virtual camera into it. Issue is, I have no idea how. I'm using Macromedia Flash 8 Profesional, though that's about as much as I know about what version it is. I mostly do plain illustration so I'm not too knowledgable about animation in general. I've tried a couple of different cameras out (both from Alan Becker's 2016 tutorial) but both come up with error messages, and I don't know how to use any others. Any help would be much appreciated!!
I have a 2:00 minute Animate project and the MP3 music track is 2:30 or so I wanted to use edit sound envelope on the audio track so that I can apply a fade out. For some reason the frames showing in the edit envelope STOP at 3090 - but i need to get to frame 3200 where the music should end. Why is it blocking access to frame past 3090 is this a limitation of Animate?
Hello,I have read almost all the articles in this forum about the touch function and I can't find a solution that works. I have the following code that doesn't work on tablets. Could someone please tell me where is my error? I'm new to HTML5 canvas.Thanks in advance for any answer. createjs.Touch.enable(stage, false, true);var m_X;var m_Y;this.movieClip.addEventListener("mousedown", maFonction.bind(this));function maFonction(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var d_X = this.movieClip.x;var d_Y = this.movieClip.y;m_X = (d_X - c_X);m_Y = (d_Y - c_Y);}this.movieClip.addEventListener("pressmove", maFonction2.bind(this));function maFonction2(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var mt1 = m_X;var mt2 = m_Y;var z_X = Math.round(c_X + mt1);var z_Y = Math.round(c_Y + mt2);this.movieClip.x = z_X;this.movieClip.y = z_Y;stage.update(event);};
Losque je publie mon animation en javascript/html, j'ai un fichier .js qui fait plus de 1mb, je n'arrive pas à le réduire… Quelqu'un. pour m'aider ?
I just worked with the world sphere tutorial and could not get it working no matter how many times I tried following the steps from start to finish. It appears there is a step missing after step 3 where you have to insert a keyframe at frame 4 before you move the map and create the tween. Once I did that, it worked as advertised.
Hello Members..!!!!Can you guys help me out in making an animation of this website ?is it possible to do so & what are the tips and tricks you guys suggest for making of this type website?link of the site is given below:Crystal Heating Services
Nothing fancy. Can someone please help me make a rectangle that a user can click on and move it around.And it stays where the user moved it after they stop moving it. That's it. Reading other tutorials, this appears to require either learning spanish, or getting a degree in computer science. I've just spent 4 hours trying to figure this out, and I am about to give up.
Hi, my Wacom preferences are not working in Adobe Animate, and only this software. I am using a Wacom intuos on a Windows 10 pro machine. Windows, Adobe Animate, and Wacom drivers are all respectively up to date. The option to edit my settings particular to Animate is listed in preferences, but simply the preferences do not take. For the task I am doing I wish to use mouse mode not pen mode, but the switch will not register, same for changes to accelaration. This specification works fine in other Adobe platforms (photoshop, AE) open at the same time. Only animate is refusing to acknowledge the settings specified. Resets, device removal etc not helped. The same Wacom works fine with Animate on my OSX machine.Advice?
What codec should be used when exporting into .mov for Quicktime?The receiver of my animation cannot open the file due to codec failure (0xc00d5212). Is there a common solution for that?
Hello, I have an odd problem with animate since I opened my project again after 2 months. I animate a Känguru jumping into my scene and moving his head.My problem now is that on my Timeline play Button function everything is fine but when i open up the SWF play function. The movement of the Head gets very odd, I drawed into the layer means I have 4 layers in the main layer. I putted pictures down below. It looks like it just plays the first keyframe but not stays in the position... for the x ( for example eight )frames. I tried to convert it in to normal Graphic Symbol. The only way I could fix it was to convert it into Bitmap. But it looks very odd with this configuration. I putted a short Video down below with the play function of the Animate Timeline and the SWF Result.I'm very new to animation and animate cc it's my very first complexe Work. Sorry for the bad english I hope it's not that hard to understand.Thanks. Greetings
Video included. Basically, I made an animation of the boat bobbing up and down and water lapping at it's sides. That works great.But when I try to tween the boat to move across the screen, the bobbing and lapping animations don't play; the both simply moves. The boat starts to bob on the last keyframe. I'm new to the program, so I'm sure there's something simple I missed, but I was following a tutorial and have retraced my last several steps. I'm wondering if there isn't something about the boat animation itself that's not set up right, causing this issue.
var that = this; that.ATt.visible = false;//that.ATt.invisible();that.A.addEventListener("click", fl_MouseClickHandler_1.bind(this));function fl_MouseClickHandler_1(e) {that.AT.visible = true;} why the movieclip(ATt) not visible in vr-panorama-360 file ??
Hello all,I'm not sure whether this is the right forum, but here goes. I'd like to make a film that combines digital drawing with film. The film will be approx 20 minutes long featuring a drive along a section of motorway/freeway. I would like to create a selection of 3D digital interventions as I drive along such as bridges, various drawn shapes. My question is this: which programme will best suit me?I've included a few images to give you an idea of what I'd like to produce....
Hi, I am using ActionScript to create animations. The Export Video/Media option is great except when I want to create a PNG sequence with a transparent background. Then I am getting an ugly edge appear...Any ideas? Many thanks. 🙏
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.