Get help using Adobe Animate and creating animations.
Recently active
Hi everyoneI've created a symbol with all my animation inside but I want now to get back and put everything on the main scene, I don't need the symbol yet, how can I do that ? thanks
All is in the title... Why in 2017 "Trim paths" is still not available in Animate CC?? It's a basic animation effect, available in after effect but for strange and mysterious reasons unknown in Animate where it's really a nightmare to create similar effect (and spend hours), however Trim path would so have his place in Animate.I'm an illustrator and animator, I use Animate for 99% of my work and I SO need this option... PLEASE update it!!!!(and sorry for my uggly english)
when ever I load up adobe animate the home page is completely gray. If i want to start a new animation I have to go all the way to files and then new, it's incredibly annoying.
Currently only save one by one
Hi team,So I think I got my index.html and game.js file connected successfully- here is some code from an easelJS tutorial to get a moving red circle- this code is in my game.js file and the circle works fine.class Game{ constructor(exportRoot, stage){ this.root = exportRoot; this.stage = stage; this.init(); } init(){ const game = this; var circle = new createjs.Shape(); circle.graphics.beginFill("Crimson").drawCircle(0, 0, 50); circle.x = 100; circle.y = 100; stage.addChild(circle); createjs.Tween.get(circle, {loop: true}) .to({x: 400}, 1000, createjs.Ease.getPowInOut(4)) .to({alpha: 0, y: 75}, 500, createjs.Ease.getPowInOut(2)) .to({alpha: 0, y: 125}, 100) .to({alpha: 1, y: 100}, 500, createjs.Ease.getPowInOut(2)) .to({x: 100}, 800, createjs.Ease.getPowInOut(2)); createjs.Ticker.setFPS(60); createjs.Ticker.addEventListener
Hi team,So I have a tutorial (paid) but I am trying to understand something that I don't know what is going on.. I am (trying to be) running the interaction from a game.js file where all the code will be stored. I think I have worked out how to set up a web server and run the project as an index file (otherwise the interactions being read from the game.js file do not work)- this seems like a PITA but I have it working now.So I have started a new project. I have a movie clip that has two frames in it (off and on) and the switch moves depending on if the light is off or on. Then I have a button instance name gobutt that can be used to call the lightAndSwitch movie clip to be on or off - here is the codeSo its all connected - no errors being thrown, but it doesn't work!This is the same pathway as the example given (That works) but I am changing something by making my own project. How do I address the button and the movie clip from the game.js file?class Game{
2023 Asset Warp tool is still buggy. 1. The 'compressed bug' that was a problem in the previous version still exists-> When holding and dragging a bone, the bone is compressed and distorted as much as the mouse cursor moves.The skeleton must retain its shape. When this problem occurs, continuous animation work is impossible. There is no reason to use an armature in the Asset Warp tool! 2. If you use the Asset Warp tool, you cannot use the parent layer function.This is a feature used in version 21.This function cannot be used after version 22.Even in version 23, if you still use the Asset Warp tool, you cannot properly utilize the parent function. If you use the parent layer function, you can check the strangely deformed child layer.This is a problem that could not be found in version 21. In version 21, the position of the center point of the child layer worked correctly,It doesn't work on version 23. I don't know how the parents work.(The
Hello everybody!I would like to know what would be the best way to input an image from the user's gallery, and enable him to forward this chosen image to a specific email (mailto).Thank you for your attention!
Hi, I work for an arch vis company in the 2D department and there's been an alleged bug that's been driving us nuts for months now. My job involves taking starter "templates"for floorplans from our servers and authoring the plan for our online kiosks. Seemingly at random, some files just don't save back to the server. No error message, nothing in the output window, it just doesn't save, the only indication being that the "date modified" in the file explorer doesn't update to todays date. Most files seem to work OK, but having to start over on multiple plans with no indication that it isn't saving is infuriating.Is this a bug on our end? Others in my department have had the same issue, most people just watch their file explorer like a hawk to make sure they're not losing work. Updating to the newest version and even reinstalling doesn't seem to remedy this issue. We also recently revamped our servers.
Hi, Animate Community! I'm an old Flash user and back to make a project in Animate for the first time in a long while. I set up a custom workspace but don't see where I can save it, under Window>Workspaces. I just see an option to RESET to Classic, which is what I based my custom workspace off of. Referencing the internet, I see NEW WORKSPACE is under the menu above but I don't see it on my system. I read online that there is a "workspace switcher" but I can't find it. Is this switcher just the menu, under Window>Workspaces, above?
Hi team,I dont even want to build the whole game, I would be happy to get the little triangle to thrust around and turn! I work in education and would be more than happy to post up some tutorial material if the community here can help me out to make it work - but just to be clear of the noob level here - we need code or examples that will actually work in animate cc html5 canvas - or at least some detailed hand holding for how to get it to work in animate.I can get the stage, the triangle moveClip (even how to make the thrust frame work inside this mc)What listener do I use for the keyboard strokes? How do I do the sin, cos triangle thing to get the direction to allow diagonal or 360 degree movement?I would really appreciate some help to make this work and I think (unless I am not looking in the right place) that there are no tutorials for player movement in html5 canvas like this.Thanks for your time and effortshave a great day
Hello, I have this very clear animation idea in mind, but I am a complete beginner and don't know where to start, any help would be appreciated! I want to animate these piano keys so that they rush in from the left side, follow the curve, and then vanish at the bottom. I have every key in a separate layer because I think that's important, but I don't know how to continue from this point on. I have access to Adobe Animate and Procreate, thank you!
When switching the scene in the VR 360 project, this error will occur !
I know this sounds a bit stupid but is there anyway when you resize something that the bottom doesn't move? It's interfering with some of my animations.. if not is there any way too fix it?
please I'm having issues with Adobe animate asset warp properties tool Parnell, I'm unable to apply asset warp amature on my character because the properties tool Parnell is not available, meanwhile I can't apply amarture on my character. If I click on the asset warp tool, then click on my character, the metch will apply on my character but the amarture is not working. Please help
When I try opening color library, the entire program crashes. Even if I put it in a closed tab with other things, but trying to open the entire tab causes it to crash.
Hey! I've been using Animate since 2019 on my Macbook, so I know how to import audio to my library for my animation projects. However, since the Animate 2023 update back in November, I've been unable to import any types of audio to my newest project. I've tried .wav, .mp3, and any other type I've seen accepted in this application. But nothing is working. Is anyone else having this issue? Is there a way to fix this?
After I added a classic tween to my character it's eyes and mouth started flying off to the side. Suggestions on how to fix this are greatly welcomed and appreciated.
hi,in flash cs using as3 to find the position of a character we used getCharBoundaries(index).x is it possible to find a character of a label.innerHTML using adobe animate html5 canvas?? thanks.
ive been working on an animaiton project for the past 12 hours, while exporting the animation the app stopped working and now i cant open the file or the recover file, i tried with winrar repair but did not work , please help 😞 im using adobe animate 2023
I am trying to mask a layer with another, but for some reason it works properly in one frame and then in next it does not. The one that is not working seems to have the mask layer downscaled if compared to the original. But if I view the mask layer it is exactly the same as the original. So I have three layers. 1. mask layer, 2. layer with highlights, 3. fill layer that is the same as mask layer.
Hi I am very new to Animate and am having trouble with symbols that should be hidden (hide function on frame) appearing when I export. Here are some screenshots to hopefully explain it better1. Christmas clothes symbol is set to hide under frame options. (which it is doing so ) 2. this image shows the random objects appearing when they should be hidden. Am I doing something wrong by hiding and revealing the symbol in the timeline?Each symbol has its own layer and I have inserted keyframes when and where I need the symbol to either appear or disappear. I know the timing is very poor but I would love some advice on what I am doing wrong Belinda
hi every one can any one provide me sample fla file using plotting graph using as3.0best regards
Bonjour, Est-il possible de partager son compte Adobe avec une autre personne.J'aimerais partager Animate avec quelqu'un d'autre.Nous ne l'utiliserions pas en même temps. Merci d'avance pour vos éclaircissements.
Using an HTML canvas with Animate, looking a the first three pages (frames) the first is the home page, the second a bio page, the third is a contact me page. On all pages are three common buttons: home, previous and next. The home botton always takes you back to the home page. The actions for the previous and next buttons will change depending on what page you are on: on the home page, the previous button will take you to the home page and the next button will take you to the bio page. On the bio page, the previous button will take you to the home page and the next button will take you to the contact me page. On the contact me page, the previous button will take you to the bio page and the next button will take you to the next page in the sequence. At frame 15 I have defined the actions for all of the used in te Animate file. The definitions where the target of the gotoAndStop is static, such as the home page, it is pretty straightforward. However, I am having a diffic
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.