Get help using Adobe Animate and creating animations.
Recently active
I need help converting the 2 but I don't know how to make the scripts and such.
So, I want to take a spreadsheet I've generated and I want to see if im able to import said spreadsheet into animate. Can anyone help me?
Hello i have saved over a file i needed in animate. Is there a way to undo this or have i lost all of the content i had created? Thanks
Hello, I'm currently trying to figure out a way to make a command that selects all the PNGs in the library, and then changes the properties of those to compression lossless/no smoothing. This is what I've cobbled so far, however it selects all items as I'm unsure what the syntax would be to specifically ask for PNGs to be selected only (or wouuld it be bitmaps?). var lib = an.getDocumentDOM().library;fl.getDocumentDOM().library.selectAll(true);for(i=0;i<lib.items[0];i++){if(selected.indexOf(i)!=-1)continue;else lib.setItemProperty('allowSmoothing', false);lib.setItemProperty('compressionType', 'lossless');} I'm unsure how to address the syntax to be more specific. I've tried fl.trace(fl.getDocumentDOM().library.items[0].itemType); though I kept getting "folder" appearing in the output instead, haha. If someone could lend me a hand figuring this one out, would be grateful. Thanks!
Animate won't open.. Error message says "A JavaScript error occurred. Error:runScript: Argument number 1 is invalid"What the heck does that mean? And, what can I do to get the program to work?
My abode animate trial just ended and now the "buy now" button is grayed out and instead it says to contact my administrator. I use my college account for adobe. After a call with IT, it seems that not only will they not pay for the license, but they also have no clue how to solve the issue. Has this happened to anyone else? I just want to be able to pay for the license so i can finish a class.
When I copy a column of keyframes and paste it into a different timeline column, it automatically generates a column with the same copied keyframes. However, if I copy a single keyframe instead of a column and paste it, it does not generate a subsequent frame. It is for a one command use, using Alt + drag is not efficient. Image about copy column Image about copy only keyframe Other Discussion: https://community.adobe.com/t5/animate-discussions/how-do-i-reactivate-keyframe-paste-in-all-animate-cc/m-p/12186384
Hi,I am trying to upload air Apps (apks signed with a self signed certificate) and used Animate CC for creating the signed apk.Now Google play console wants me to upload updates with an upload_cert which is in .der format.Google App signing is turned on permanantly and i can not opt out As far as I know a .p12 file which is needed for signing with Animate does contain a private key, while the upload_cert.der provided from the Play Console for my app does not include a private key.So how do i generate a new p12 file with which I can create signed apks that are not rejected by google?When I upload an update signed with my private key I get the uploaderror message:......................................... Upload failedYou uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:[ SHA1: ++++++++++++++++++ ]and the certificate used to sign the APK you uploaded have fingerprint:[ SHA1: --------------------
Hola,Estoy realizando una aplicación en Canvas que va desplazándose por la línea de tiempo hasta que en un momento dado muestra los resultados de una consulta.Esta visualización se produce en el frame 40 que tengo etiquetado como “proyección”.Posiciono en una capa de acciones, en el mismo frame 40, todo el código que me permite interactuar con los elementos que están ubicados en este frame. En una parte de ese código he creado un procedimiento que me permite, mediante el uso de una tabla de html la visualización de los resultados obtenidos. El uso de esa tabla me facilita mucho esta tarea.La primera de las columnas de cada una de las filas de la tabla tiene asociado un onclick. Un fragmento del código que lo realiza es el siguiente:“var outerHTML = '<HTML><BODY><TABLE BORDER=1><TR>'colorfila = "< BGCOLOR='#e5eee8'>"outerHTML += '<TD style="width:1%; height:40px" ' + colorfila + '\n\<button type="button" onclick="seleccionarAntepasado(' + elementsFilt
I have Adobe Animate 2020. A friend gave me a version which I could download for free. But apparently this version came out before the update to which the "Tablet Input" option was added. To cut it short, I can't update It on my Creative Cloud account as it doesn't show up, I'm using a Gaomon PD1161 drawing monitor, the brush tool is doing that lag thing, and I really want it fixed. If anyone has a solution, then please let me know. Thank you.
I'm trying to use Adobe Animate for the first time, you see. But when I try to put an audio file into the timeline, I can't hear it! I've tried setting the Sync to Stream, seeing if there was a setting for where the audio can be outputed, and some other things, but nothing has worked so far! Does anyone think that they know what the problem that I might be talking about is and have any suggestions?
Ok, So I have SWISH Flash Banner Creator. This makes Brilliant Banner Adds for HTML which can be save in GIF format to place on my websites.Of Course The genius' here have not only stopped producing Flash, but have blocked its use all together. I want a way to Install flash to use my SWISH software. Therefore I want someone to tell me how I can install Flash. Thanks In Advance.(Those of you who want to ask why or tell me to go a different way or tell me that it is at end of life, don;t bother to reply, move on, [abuse removed by moderator] )
Hi all, The Adobe Animate update for MAX (21.0) is now live! New features include: Assets panel: Use Assets panel to create cool animations with preloaded assets and customize them. Share on Youtube: Share your animations on YouTube channel within Animate. Quick Publish: Publish your animation to video, animated GIF, or HTML5 canvas formats, seamlessly. Timeline and Symbol enhancements: Customize your timeline tools and explore the new symbol options to make the most out of it. Advanced Rigging (beta): Character rigging is made easier with auto and manual mapping. For more info, see this article. Thanks, Preran
Hello! The subject title of my problem may be confusing and unclear to some, so please allow me to explain my issue in greater detail. So i've been having this problem for a while now where if I resize a symbol the size of it changes, but the amount of how much I've applied the filters in said symbol remain the same. Meaning the symbol wont look the way I originally intended because the size of the filters applied to said symbol dont resize with the rest of the symbol which butchers the originally intended design in the process. In the two images provided below you can see what I mean. The only way I could fix this would be to export it as a bitmap, that way I could resize it freely without having to worry about any loss in quality. The only problem with that is it looes its vektor based format and ends up dampening the quality regardless, which is what I dont want. So that's why the only way to solve this is by giving the Symbol the same properties as a bitmap (to have it act li
Video of the issue:Animate CC 2019 BrushLag - YouTubeSpecs:Wacom Intuos (driver 6.3.31-4)GTX 980 (driver 416.94 11/13/2018)i7 4770kWindows 10I'm using an intuos and after upgrading to 2018 and 2019, the brush strokes lag initially and cause hard edges on circles.All drivers up to date and removed + re-installed.
I am trying change the stage size from 550 X 400 to 650 X 400. I can change the stage, but I cannot get the contents to "scale" as it seems should happen.All assistance will be appreciated.
Hi, In the past, I wrote scripts in actionscript and created classes that extended MovieClip.I want to do the same now with javascript, and publish html5 canvas project as POC. Can anyone explain how to do so, or refer me to the right tutorial/guide? Thanks, Shefyg
Hi, I've somehow managed to hide all layers from the workspace.They're not set to invisible, and none of them are in the Edit Symbols mode, but I can see them in the layers list (bottom left).Any ideas?
How can I make the image clickable?not workingHow can I write code with document.queryselector?
Ive run into a rather frustrating problem, One of my symbols, In particular, Is making my brush do weird things. On literally any other frame it works fine, And the colour black works as intented. But it seems to screw up on any other colour. I have a coloured background and when I use the colour white on the symbol, It shows up in the symbol as white, but when I retreat to the main stage it is acting like an eraser. Or 100% opacity, And when I make it a colur, it immediatly appears darker (Or perhaps translucent as my background is pretty dark) So somehow ive switched something that makes just those frames treat me chosing colour as simultaneously setting opacity (for some reason.) It doesnt actually change the opacity setting mind you. It only acts that way on the main stage.Trying to just draw on the main stage changes nothing, Only that the effect is immediate, My white brush simply erases things (that aren't black) in my symbol, and colour is translucent and darker. There are thin
Global Scripts or included external Video (Video Component) disappear from file system during export.
In both Mac and Windows, I get the following error msg. Could not sign the AIR file. Unable to build a valid certificate chain for the signer. All assistance is appreciated.
Hey all, I am just getting into this program. I've got a human character I want to animate. I have the layers (arms,legs,head) all parented to the body, and I want to do a motion tween. When I hit the motion tween, everything but the body gets HUGE. I importe the chracter, and his layers from photoshop. What am I doing wrong that is causing this?
Hi Everyone, Publising my .fla to an .app (AIR32 embedded to run on MacOS X outside the Mac-App-Store) in Animate 2021.Using a new Apple Development ID .p12 certificate in the Animate Publish settings.Error message when publishing "Could not sign the AIR file. Unable to build a valid certificate chain for the signer". Has anyone met this and have any comments / pointers / solution? Regards,Em.
I'm creating an animation that has two layers, on the first layer there is a static drawing of a fence on frame one and on the second layer I have an animated character with multiple keyframes along the timeline. I need to hold the single drawing on the first layer for the duration of the timeline. I don't see a simple way to do this. I tried dragging the keyframe to happen over multiple frames - nope. I tried looking for an interpolation setting - nope. Do I actually have to copy and paste the single drawing for every frame for it to be held? What if I want to change the single drawing, will I have to copy and paste the drawing over again?A bit confused on the workflow here, any advice? 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.