Get help using Adobe Animate and creating animations.
Recently active
In Adobe Animate I'm trying to create a hover effect where a symbol will display text near the symbol, when there is a hover over the symbol. Does anybody know what the Action Script should be?
Dynamic text is rendering in a different font to the static text fields, and the quality of rendering of the dynamic text is poor. Both static and dynamic text fields are using the same font and size. All the text fields are using Franklin Gothic Medium Condensed 12 pt. How do I fix this? Also, is there an option for scrollable multiline text?
HTML5 canvas When the video stops, I want to show the buttonWhy is the code not working? use video component for play videothis.stop(); this.but1.visible = false; this.vid1.on("added", function () { $("#vid1")[0].play(); if (this.vid1.stop) { this.but1.visible = true; } }, this, true);
I have looked but I can't find any reference to creating radio button groups. Is it possible? By a group I'm referring to enabling only one button to be selected in a group of buttons, as in HTML radio groups.
Please help a student out! Finished my midterm for my adobe animate class and I want to export and post it but no matter what combination of export settings I try, the quality looks horrible. Stage size is 640x480 but I'm scared to change it and mess up my entire animation since it is over a minute long, includes sounds and ai files as well. A bit too complicated to export as a gif right? I downloaded Quicktime and scoured threads on this subject but it was no use. I think what is happening is that exporting changes it to a pixel file rather than the vectors it's originally made out of and that messes up the quality but I have a hard time believing there's no way around this. Please can someone help me, I feel like I've tried everything and I just want to show people my animation, I don't know why it's so hard!
Upon opening Animate files, the symbols move and warp out of position (while still connected to their parents). I open up previous save files, which were previously fine, and theyd be messed up too. I can move the symbols back into place, but often times its a waste because they may move again after saving, closing the application, and reopening. My current job rigs characters through parenting. I've been working at this position for 3 years now, and have only been facing this issue since January 2022. I work with files directly on my internal hard drive, and only relocate or duplicate files onto external and cloud for backing up. I've tried reinstalling the program, and I've tried factory resetting my computer. Can't post any files or images containing the characters because nondisclosure agreements, sorry. Any suggestions to help fix this? Any possible reasons this may be happening?Please let me know, Thank you. -Brandon Adobe Animate:Version 22.0.5Acti
Hi everyone. My name is Roy and I've built an ad validation tool called AdValify.io. I'm here on this forum to seek for suggestions and discuss how HTML5 creative designers like you handle the ad validation part. I've already made a checklist for the most common checks on HTML5 ads. See here: https://www.advalify.io/ad-validation-checklist-77191 My question: what other type of things do you mainly check before sending your creative to your client? Thanks in advance for your time and help!
HiI have a HTML 5 Canvas project that is a tutorial with many individual modules as swf files.In AS3 I was able to load / unload movies to continue to next module that replaced the one prior.How can I do that in HTML5 Canvas?Thanks|
I was working on my first FNF (Friday Night Funkin) Mods called "Rabbids Murder AU" Sometime wasn't there for like 3 or 4 day because I have school. And When I was on for a work for the sprite. It said something that a file was a error I don't know what it said. So now I was confusing and DON'T WANT TO START OVER FOR THE SPRITE! Will someone can figure it out please. Thank You.
Hi,I created HTML5 ads for 6Sense and when I check the validator, the ad fails to render, I have missing assets, and 2 Javascript errors. I've tried everything and nothing works. It has to be something in the template when exporting. When I test the ad in the browser, it works fine, but when I check the ad in the validator and on 6sense, it doesn't show, and I have the same errors. Any help would be greatly appreciated.
How do you populate a Combox from MySQL/JSON? Example JSON is :[{"data":"1","label":"Joe Walsh"},{"data":"2","label":"Don Henley"}] This doesn't work: $.ajax({ url: "scripts/get_patients.php" }).then(function(data) { root.patients_cbx = data; })
I tried to import a GIF and was planning on manually putting it together, but some of the frames were tinted green, i tried to drag it in directly from the desktop but that didn't seem to work either.The GIF of Giga Queen i'm using to show the problem is different from the sprite i first encountered the problem with, this was the first one i could find that also showed the issue. After importing Before importing
How do I get rid of unwanted Selectable text mouse cursor change in Animate Canvas in runtime? This is annoying, the mouse cursor change randomly to selection cursor over text in runtime movie playing. I know it used to be a feature in Flash that could be turned off, but I do not see checkbox anymore in the properties panel. Please help.
Hi!I'm building a banner ad in Animate on a HTML5 Canvas.All my assets are imported PNGs and I have a movie clip at the end with a pulsating button.I want the ad to play once and then have a loop on the pulsating button ( so the button keeps pulsating). In my mind I could add a script at the end to jump to the frame the animation of the button starts.Would that work? What code snipped could I use? Final banner should be HTML5 Thanks, A
I am new to using Adobe Animate but this was working fine until today. I had to re-do a character's eyes on a long timeline. Whenever I tween his pupil movements, it goes crazy, then snaps back to where I actually asked it to go on the last keyframe. The pupils are parented to the eyes and the eyes are parented to the head, which is tilting-- but I don't understand why it's drifting away as it tweens like this. I have tried setting up a new layer to work on, tried using the paintbrush or the oval tool to create the black pupils again and again. But it keeps doing it. Thanks!
Please help a student out! Finished my midterm for my adobe animate class and I want to export and post it but no matter what combination of export settings I try, the quality looks horrible instead of the clean vectors I am expecting. Stage size is 640x480 but I'm scared to change it and mess up my entire animation since it is over a minute long, includes sounds and ai files as well. A bit too complicated to export as a gif right? I downloaded Quicktime and scoured threads on this subject but it was no use. I think what is happening is that exporting changes it to a pixel file rather than the vectors it's originally made out of and that messes up the quality but I have a hard time believing there's no way around this. Please can someone help me, I feel like I've tried everything and I just want to show people my animation, I don't know why it's so hard!
My bruh strokes dissapear as soon as im done making them. when i go to the next frame they reappear. its not really possibly to effectively draw and I have an assignment due, HELP!
My adobe animate 2022 doesn't have an en_US file but every other adobe app does
OK, I am trying to rework an AS1 piece for the learning process of trying to get used to AS3. The original is not my piece - but it is something worth trying to figure out.Basically, it pulls information from an external text file, and plays some simple animation.At one point, I had everything working fine.Then, in the process of trying to actually set things up for the animation using the external class, I went searching for help on animating the text pulled from the file, and was pointed (by a Developer Expert that claimed to be from Adobe) to Caurina Tweener to do this.OK, so I did. And at first, it worked.Then, following the documentation, I tried adding an "onComplete" to the code for the Tweener class. Of course, then I got an error stating:TypeError: Error #1009: Cannot access a property or method of a null object reference. at externalText/completeHandler() at flash.events::EventDispatcher/dispatchEventFunction()
Hello, I have made an animation that is 273 seconds long. In the timeline, everything looks and plays correctly. The output is empty. However, when I Test Movie or Export the video, the file completely jumbles up, the output gets filled with warnings. The exported file's audio plays fine but the visuals catapult all over the screen. I have no idea why. I have tried re-installing Animate as at one point it told me to consider that. Any help welcome. Thanks!Image 1: My Publishing SettingsImage 2: The outpout warningsImage 3: How the video looks in the TimelineImage 4: How the video looks ExportedImage 5: Animate suggesting reinstalling
Hi, i created an Air App, using more than 1 video in diferent layers, the app has buttons to show and play the videos.when tested in Air for mobile all videos are shown and played. When publishing I add the video files links on the AIR for andoid settings. at Included files.When installed on the android device only 1 video is visible. Attached settings image. appreciate any help! thanks!
I have a dynamic text field populated from a MySQL database. $.ajax({ url: "scripts/get_patients.php" }).then(function(data) { root.patients.text = data; })I now want to make the records returned from the database clickable. The number of records will also need to be scrollable. The clickable records are patient names. Would would be the best method of presenting this data to achieve the above? A list instead of a text field comes to mind. If so, how would that be implemented?
I want to transfer data to and from a MySQL database. Normally I would do this via JQiuery AJAX and use PHP scripts and MySQL queries. $.ajax({ type: "POST", url: "scripts/some_script.php", data: { data: some_data, }, success: function(data) { //do stuff } }); Can I do this in Animate with JavaScript? If so, how exactly? I assume I would need to add the JQuery framework...
Hi!Im trying to make an interactive html ad using Adobe Animate and I do know how to do with the tools it provides while having assets stored either on a local drive or in a folder on a server. But the issue is that my client wants me to export the ad as HTML and wants me to use all the assets from the web (he's providing me with all the URL links) but I have no idea how to use create js' libraries and commands so I can use those links to import the assets into the projects.I'd really appreciate if someone could help!
I'm trying animate for the first time. I've following this tutorial and have gotten stuck on a couple things. First, when I create a brush stroke with Fluid Brush Tool and hover over the edge there isn't a way to edit the outline of the shape similar to the video. How do I edit the shape? https://www.youtube.com/watch?v=-woaDyBXkyU&t=1086s Second, hitting the "v" tool does not allow me to edit/delete parts of the shape created with the Fluid Brush Tool. https://www.youtube.com/watch?v=-woaDyBXkyU&t=1190s
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.