Get help using Adobe Animate and creating animations.
Recently active
package { import flash.display.Sprite; import flash.display.MovieClip; import flash.utils.getDefinitionByName; public class Main extends Sprite { public function Main() { loadMovieClip("C_10"); } private function loadMovieClip(linkageId:String):void { var MovieClipClass:Class = getDefinitionByName(linkageId) as Class; var empty:MovieClip = new MovieClipClass(); empty.visible = true; empty.x = 100; empty.y = 100; empty.width = 100; addChild(empty); trace("clip "+empty); } } } trace() returns: clip [object C_10] but the object is not visible, even though being told to be. Why?When alternatively I drag it to the stage, it's a simple black square, nothing wrong with it... Thnks for helping outBettina
I want to measure the time a file is loaded from a remote directory.I wrote the code as below, but I don't trust it.Please let me know if there are any problems and ask for better sample code. function musicPlay(url: String): void { if (channel) { channel.stop(); } url = "http://....................mp3"; sound = new Sound(new URLRequest(url)); channel = new SoundChannel(); sound.addEventListener(ProgressEvent.PROGRESS, progressHandler); sound.addEventListener(Event.COMPLETE, loadCompleteHandler); channel = sound.play(0); } var beginTime: Number = 0; var endTime: Number = 0; function progressHandler(e: ProgressEvent): void { var aDate: Date = new Date(); if (e.bytesLoaded == 0) { beginTime = aDate.valueOf(); } if (e.bytesLoaded == e.bytesTotal) { var zDate: Date = new Date(); endTime = zDate.valueOf(); var passedTime: Number = (endTime-beginTime)/1000; trace("Loaded Speed : " + passedTime + "/s"); } } function loadCompleteHandler(e: Event): void
after rendering the video, this message appears. The media encoder does not process the file, it writes an error. How to fix it
When I try to publish as AIR, it only publishes an AIRI file, that doesn't execute. While the preview functions properly, when I try to publish as an exe, it seems to start at a submenu rather than the normal starting frame. Can AS3 have any internal AIR dependencies, or is there another reason why the exe doesn't start properly?
I tried with other animations but it still doesnt work. I also tried with different files.
I updated Adobe animate 2023 then after the cloud corrupted my files due to a sync error the program keeps crashing and shutting down creating recovery files every 10 minutes. I re-download the app didn't work I redownload the previous version still didn't work. I've lost weeks of work due to this issue.
hey i'm planning an animation but i would like to know how long my limit is.I've looked everywhere and can't find the answer. What is the frame limit on adobe animation?thanks for any help,Rose
I've been saving alot of copies of my project out of fear of progress lost, but because of this it's creating alot of copies of the files in the project. Every time I try to delete them though it corrupts my file. It's starting to cause an issue, the copies go up to 240 by now 😞
Hello, I have created a HTML5 Canvas Banner and used a custom local font. Now I was looking for a solution to embed the font. I would just put it in the HTML code. But I noticed that the font is also displayed like this on machines where the font is not installed. The font is not in paths. How can this be? Does Animate do the embedding automatically and I don't have to do anything?
Suddenly getting this error on my version of Flash CS6. I have tried uninstalling and reinstalling all C++ packages on Windows 10 64-bit installation. Also attempted to uninstall .NET 4.8 which has reinstalled itself with windows update. I know that this is legacy software. I used Flash CS6 as it will run on my hardware. Adobe cc will not. Any advice from any user/s who have actually experienced AND troubleshot this problem would be very much appreciated.
Could someone tell me how can i make shading like that? in flash 8 or after effects?
I am facing difficulties with running ActionScript animations in the HTML5 canvas using Adobe Animate (CreateJS) integration. Specifically, the printInstanceNames() function, designed to log instance names of movie clips on the stage, is not working as expected. When testing the animation in a browser, the function doesn't log any output to the console, and I'm unable to identify the root cause of the issue.I have verified that the stage variable is correctly referencing the createjs Stage object and that the init() function, responsible for initializing the stage and calling printInstanceNames(), is being executed after the instances are present on the stage. However, despite these efforts, the function still doesn't work as intended.Additionally, I noticed a warning message in the console regarding the performance of a setTimeout handler, but it doesn't seem directly related to the problem with printInstanceNames().I am seeking assistance to understand why the printInstanceNames() fu
I used autolipsync on my mouth symbol but the frames of the mouth are not changing. My mouth symbol is in a bone armature. How do I make the auto lipsync frames change?Thanks!
Sometimes Adobe Animate reset. The recent files and freesyle rigging disappear. I did rig layers with freestyle rigging. Becuase Adobe Animate reset, the layers is invisible. I hide and don't hide the layers but don't see them. How do i see the layers?
When searching an FLA from 2019, there doesn't seem to be any specification for the path to a 2019 library, yet it starts with the compile error:Warning: Source path "C:\Program Files\Adobe\Adobe Animate CC 2019\Common\Configuration\ActionScript 3.0\libs" does not resolve to a valid directory.Where can I specify that it should look for:C:\Program Files\Adobe\Adobe Animate 2023\Common\Configuration\ActionScript 3.0\libsinstead?Thanks,
There's a bug on Macromedia Flash 8 where if I distribute various symbols to layers, some of the symbols disappear, and sometimes I get an error saying "could not complete this operation because of an unknown error". I'm confused because this bug has never happened before. Any tips would be helpful. Here's a demo of the bug;
Hi GuysI have a lot f button in my project. I am making an interactiv book 28 pages in all. each page has on average 3 buttons a back btn, next btn and home btn. Some pages also have buttons for frame by frame animation all working well. My problem is on the 7th frame/page of my book I put in the usual 3 btns back,next and home, they roll over and change colour ok but they dont move to their asigned pages. Help! Alan Y
Hi team,So I am trying to create some input text so that a user can enter their name and be referred to by their name.I have created a class to handle this called texter (texter.js)So far I have the class working and talking to a dynamic text box on the stage (instance name texto) making it say "Hello World"Here is the class code class Texter { constructor(root) { this.root = root; this.stage = this.root.stage; this.init(); } init() { this.root.texto.text = "hello world"; } }Now the issue is that as soon as I add a Textinput component to the stage (not even trying to give it an instance name or code or it or anything) it throws an error in the index.html Uncaught ReferenceError: $ is not definedAny ideas or other ways to make this work I would greatly appreciate working through it step by stepThanks and have a great day
I'm desperate and I've sobbed over this. I had been animating for about 5 hours today and now it's just gone.All of my movie clips are blanked out, and illustrations I've done are just filled in black. I don't know what to do. This is days and hours of work just gone and I need to be done before the 30th. I'll do anything I'm just desperate for my work back
Yesterday I closed the project and this morning it gave an error that the file cannot be opened. My other projects open, but only this project has a problem. I've tried everything and I'm afraid all my hard work will be garbage. I am Turkish so the text is Turkish but this is the English version: An error occurred while opening this file
Hi,after exporting to gif I get very low quality. Is there any chance to have a GIF-animation of the same quality?Thank you!
I don't know what i did or anything but my audio in adobe animate just stopped working entirely. It only plays if i export the animation as a swf. Please help. Here's what I've tried so far:Putting the sync to streamChecking if all my sounds were mutedRestarting my pcSwitching animate verisonsPlease help!!
Does Anyone have a version of flash that has the swift 3d importer pre installed? i have tried copying and pasting the swift 3d importer dll to flash but that did'nt work so could someone please help and comment down below with a version of flash that has the swift 3d importer plug-in pre-installed thank you
Bonjour j'ai une question , j'essaye d'importer un personnage d'un jeu video au format swf mais quand je l'importe sur Animate il n'y a rien la page reste blanche pouvez vous me dire pourquoi et si possible comment résoudre le problème.Merci à tous. 🙂
I have a large screen and the fonts and icons are too small. Please let me know how can i increase. This option seems to be there in Figma & other tools. But i cant find in the above options. Please help. Please e mail back on <removed-kglad>
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.