Get help using Adobe Animate and creating animations.
Recently active
I am studying Javascript FLASH and faced with such a problem. When I click on the (All) button, I need to make sure that all checkboxes are selected. When I click on the (None) button, the selected checkboxes are deleted. I made an example in the form of a GIF file.var dialogXML = '' dialogXML += '<dialog title="Test">'; dialogXML += '<hbox>'; dialogXML += '<checkbox label="1" id="convert1" value="" align="right"/>'; dialogXML += '<hbox>'; dialogXML += '<checkbox label="2" id="convert2" value="" align="right"/>'; dialogXML += '</hbox>'; dialogXML += '</hbox>'; dialogXML += '<hbox>'; dialogXML += '<checkbox label="3" id="convert3" value="" align="right"/>'; dialogXML += '</hbox>'; dialogXML += '<hbox>'; dialogXML += '<button label="All" oncommand="All()" width="60" flex="1"/>'; dialogXML += '</hbox>'; dialogXML += '<hbox>'; dialogXML += '<button label="None" oncommand="None(
I can only move the objects with my mouse but when it comes to keyboard arrows, it doesn't work.I need some help.Thank you.
This bug has been a thorn in my production time always appear at the worst times to thwart my progress to remove this and every time I have no idea what I did to fix itA basic summary of how I set it up in the first place each layer has its own Symbol which corresponds to a part in this case in the entire rig does this In the video I show the arm which consists of a parent between the body to the Upper arm to the Lower arm a pretty basic parenting. However moving the position of any one of the parents or children causes the movement in-between of the key-frames to stray away to some direction and at the end of the key frame it plops back into place as if nothing happened. Selecting all the in-betweens and pressing F6 will fill it with keyframes which are now accurate but makes editing the easing a nightmare so if anyone knows of this bug or how to fix it I would greatly appreciate it !P.S. Exporting the project in any format still shows this annoying jump
i have a big problem in the new version of the modern rigging , the asset warp tool always make adobe animate crushes and sudenly closed ..also when i reopen the file some of the object in stage disappeared , only i see the pivot points moving nothing else and its make me remake some of my animation again , thats really waste of time...also evrey time i closed the file and reopen it again all the rigge that i did stoped working .....so i have to select one of the bones and from the properties i switch the bone option for examble from the hard to soft and then back to hard option again to make the animation work..so can any body here knows the reason?? ....are the software not stable yet ? or whate? because i began to feel that this new tool is usless although it will be vey effective if its runs wellso please help
I am trying to add a blur to a drawing in Adobe Animate. I have the latest version, but I can't find any filters. Did they get moved to another location or have they been removed? I wish Adobe was open on the weekends to answer questions.
I'm currently experiencing this problem, where I can't get any of my animate files to work in after effects. Every time I attempt to import an animate file, I am granted with this error - "Adobe Animate is required to import a .fla file." I have been researching for hours and have found zero fixes. I have deleted and reinstalled after effects and animate, and have tried many different versions of both softwares. However, the problem persists. If anyone has had this issue before, or has any suggestions to fix, it would be significantly appreciated. This issue has halted my project...
Hello! I've just recently purchased a Microsoft Surface tablet pc running Windows 10. I have just installed the Creative Suite on here and am eager to start animating on Animate CC. My problem is that the option to turn pressure sensitivity on does not appear when I select the brush tool! Drawing onscreen with the tablet pen works as though I am using a mouse. When I flip the pen around and and attempt to erase using the other end, it draws a line with the brush as though I am using the pen tip. Pen pressure works fine in Photoshop and in the sketch programs that came with the computer, as does the eraser end of the pen. How can I make this option appear as it has before? I previously used this program on my old Macbook and this option appeared while using a small usb Wacom tablet. Was this feature removed or is Animate just reading my pen as a mouse?
May I know why is my animate stop loading during the process of installing
Why do the numbers jump after you set them?
This bug on Windows 10 affects all versions of Animate since 2020. It always appears when working with documents that have a large enough number of items in the library to make a scrollbar appear. I filed a bug report, but I would like to know if other users have seen it, because it may also appear on macOS versions. Steps to reproduce bug:1. Open a first Animate document that includes enough elements to make a scrollbar appear2. Open in another tab a second Animate document that includes enough elements to make also a scrollbar appear3. Switch back to first document, and then try to go to the bottom of the library list Results:The scrollbar does not resize (it seems to keep the height of the scrollbar of the library of the previous document), and it is no longer possible to go down to the bottom of the list. See the scroll bar on this picture; you can't go any lower, while there are normally items:Expected results:It's possible to scroll the library element li
Is it possible to build a swipe-able carousel in Adobe Animate like on Instagram? So if you swiped the next slide into the canvas it starts to play? And if you swipe it out of the canvas the animation resets? I build a workaround with a on click event. See this example Would this be possible with createJS. That is the Javascript library Adobe Animate uses I thought.
I have a background image that fills the browser window and is responsive in width when the browser window is resized. I've achieved this by using "stretch to fit" in the publish settings. What I'm stuck on is having a logo on top of the background image that is also responsive and shifts when the browser window is resized. For example, the logo sits at the top right of the browser and when resizing the width and height of the browser window I'd like it to remain at the top right. Currently when the browser window is less than the width of the stage I lose the logo.Is their a way of doing this purley using JS and not having to use CSS?
Bonjour, est-il possible dans animate, comme dans tvpaint, d'enregistrer un tracé pendant qu'il est en train d'être fait ? C'est-à-dire voir le dessin se faire ? Et si possible de pouvoir selectionnner un calque en particulier, sans forcément avoir tous les calques. Merci !
How to convert all shapes in a AN file to bitmap using jsfl?
This is an incredibly useful tool in photoshop but appears to be missing in animate. Is there a way to turn this on?Thank you.
sometimes whenever I'm drawing with the fluid brush toolmy drawings get filled in and are irreversible making me lose progress and have to redo the drawing againi don't know why the brush is doing that, also sometimes the lines I draw get deleted when I finish the line
Hey,I have the latest version of Adobe Animate and have slowly been working on a rough sketch for an animated music video for the past few months. Tonight I opened up Animate and didn't see it in my recent files, so I tried File-Open Recent instead. It was there, so I clicked on it. An error message popped up that said "File doesn't exist - it will be removed from your lists" and now I can't find it anywhere. It doesn't appear in any drive or in the trash folder. Curiously, I can't find any recover files for it - usually if the program crashes it creates a recover file of it. I'm the only one that uses my computer, and I definitely didn't delete all trace of this file. Does anyone have any insight into what's going on? Is there any way I can get my file back?Thank you for your help!
Hi, I have an interactive touchscreen with 7 screens. If the screen is idle for more than two minutes the screen reverts to the home/start screen. This is the code on the home/start screen: var root = this;var delay = 120000;var timeout = 0;function main(){root.stop();root.startButton.on("click", start);anim_container.addEventListener("mousedown", wake);anim_container.addEventListener("mousemove", wake);}function start(e){root.gotoAndStop(1);}function wake(e){clearTimeout(timeout);timeout = setTimeout(idle, delay);}function idle(){root.gotoAndStop(0);}main(); ----------------------- I need to add a 4 min video to one of the frames, but the timeout kicks in at 2 minutes. I can increase the timeout but this isn't suitable. Is there any way to reset the delay time just for the video frame ?Any help appreciatedThanksM
How to convert all shapes in a flash file to bitmap using jsfl?
Bonjour, depuis quelques jours mes applications Animate pibliées en Projecteur PC .exe ne fonctionnent plus. L'ordinateur PC qui la reçoit affiche une fenêtre indiquant une mise à jour du flash player indispensable, et impossible de faire cette mise à jour. Normalement un .exe ne nécessite pas de Player ni de navigateur... quelqu'un connait-il le problème et surtout la façon de le résoudre ???? urgentMerci à tous.
Hello! I have been working on an animation in adobe animate 2022. When I try to retrieve the file I click on my recents but the file that I have been working on was not there. To retrieve my file I clicked open but could not click into my file. A tab popped up informing me of a file corruption, sometimes this occurs, but all I have to do is restart the application but this time when I restarted Adobe animate I could not access the file I have been working on for so long. The file is called roughbody.flaI worked on it yesterday 15:13. I think there has been an attempt to recover this file that is why there is another file called RECOVER_roughbody.fla. I believe this is also my file. I hope this makes sense. If anyone knows how to help me retrieve this file please do get in touch. Thank you,Bili
How do I Load a external image in animate cc with javascript?I'm developing a point and click game with multiple levels. When one level ends I need to change the images.Can't really use library because will be a lot of images.
HelloSo, I have a question. I want to make my animation in 60fps, sync with a music, which is about 4 ~ 5 minutes long. I calculated the amount of frames needed and it's about over 17000 frames. Can somebody demonstrate how to extend the 16000 frames limit in one FLA? Without lowering the fps please? I already read some of the methods that were being discussed but a lot left me even more confused. (If you could reply as a video or images, I will be very grateful.)
Dear AllI have a strange problem I just uploaded my files to a web server index.html,images folder & index.jsand when I load the page all I get is a blue screen with no images or animations.Console shows no error ar all files all in public html general folder.Images in images folder all there and Js seems all ok .Works fine in animate with no errors.Any help appreciated.Peter
Hi!We got a strange problem, some of our FLA files stored on readonly smb share. While we try to open FLA from readonly disk - we got error message.After the copying files on local disk or read-write share everything open fine.Is there any solution? Adobe Animate 22.0.6Windows 10
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.