Get help using Adobe Animate and creating animations.
Recently active
Hi all,I am unable to find an answer to this question when I google it. I probably don't know what to search as I think that my needs are pretty basic. I have an image that I would like to make interactive.There is text that needs to trigger an animation on the image either on hover or on touch.I would like to do this in html 5 so that I can use this image on a website.I have created all my movie clips, but despite I try, any code that I use won't trigger the play movie clip.Rather than hints I would like to know if you are aware of such tutorials because I cannot find them.Thanks in advance 🙂
Hello Community,i am stucked with this problem: i have a movieclip and i have 2 JS (working) :i would like to load inside my movieclip my 2 JS.Something like thisIf ( condition) load JS1 (if needed unload JS2)else load JS2 (if needed unload JS1) this was very easy with AS3 but i can not find the right way to do with html5.Thanks a lot
Ich möchte Daten von php nach javascript senden.Habe im html-datei von Animate die test1.js datei verwandunden.Dann habe ich die neue html-datei in Animate nachgeladen. <! DOCTYPE html> <! - ANMERKUNGEN: 1. Alle Token werden in der Vorlage durch das Zeichen '$' dargestellt. 2. Sie können Ihren Code nur dort schreiben, wo dies erwähnt wird. 3. Alle Vorkommen vorhandener Token werden durch die entsprechenden Werte ersetzt. 4. Leerzeilen werden automatisch entfernt. 5. Entfernen Sie unnötige Kommentare, bevor Sie Ihre Vorlage erstellen. -> < html > < Kopf > < meta charset = " UTF-8 " > < meta name = " Authoring-Tool " Inhalt = " Adobe_Animate_CC " > < title > animate_test </ title > <! - schreiben Sie Ihren Code hier -> < script src=" https://code.createjs.com/1.0.0/createjs.min.js " > </ script > < script src=" animate_test.js " > </ script > < script src=" test1.js " > <
Hi! Whenever I press "Publish" after giving the appropriate Publish Settings, the window goes to about 80% and then says "Not Responding". And then it publishes successfully. But when I open the HTML file, it's not the perfect quality or it doesn't look the same as in the software. Any help would be appreciated. Thanks!
This is probably the angriest I've been in a while. I practically copied a video that did exactly this and it doesn't work. This is ALL of the code that Animate auto-generated, and this is the error it always throws. The instance names aren't wrong. The button name and the button instance are both the same, so there is no possible way it could try to access something that doesn't exist. Please tell me how I could have possibly gotten this wrong when there is literally nothing I could have done wrong. This is the only button in the entire project; this is as simple as it gets. I'm just using the "Click To Go To Webpage" snippet. Why is this happening? This nonsense happens with every single Adobe product and I honestly cannot believe people keep using their programs.
Hi, so I've had a recent problem with flash cs6. Since it happened the first time, it occured every time since. Basically when I go to edit the sound in the timeline (I click on the sound in the timeline, then go to the pencil icon titled "Edit Sound Envelope.") As soon as I do that, the program freezes, and the only thing I can do is close the program. It atleast asks me if I want to save before closing. I have tried uninstalling and reinstalling flash cs6 and this problem still happens. It didn't always do this, it just started a few months ago and I am not sure why. Any help is appreciated.
以下のプログラムで、ボタン(a)を押すと半透明の図形を描画するが、繰り返しボタンを押すと図形の色が濃くなる。どうすれば、最初の半透明の状態を維持できるか教えてください。beginPath()を使いましたがうまくできませんでした。 this.a_btn.addEventListener("click", fl_ClickToPosition_a.bind(this));function fl_ClickToPosition_a() { var test = new createjs.Shape(); test.graphics.beginFill("red"); test.graphics.moveTo(0, 0); test.graphics.lineTo(100, 100); test.graphics.lineTo(200, 300); test.graphics.lineTo(300, 50); test.graphics.lineTo(0, 0); test.graphics.endFill(); test.alpha = 0.1; stage.addChild(test); stage.update();}
I have done everything I can think of to get around this issue. I took the sound into Audition and lowered the volume. I then took it into Animate. The volume is correct in Audition, in the file on the computer, but, when I take it into Animate to put it in my project the volume is the original sound - way too loud to use. What is causing that and how do I correct it?
Hi Animate Forum I want to create a 'Whiteboard' style animation where the picture is drawn as I speak. Can I record my pen stylus strokes in animate while I draw? Then afterwards adjust timing, frames, layers etc. There is a post in the forum from 2011 which includes writing code which I really don't want to do. Is there one button, plug-in or does the function exist in a different Adobe Program? Looking forward to hearing from you. Tom
Can this be consolidated without adding numerous }}}}} when closing the code? var _this = this;stage.enableMouseOver(3);this.front_btn.addEventListener("mouseover", buttonF.bind(this));function buttonF(){this.mytext1.text = "Frontal Bone";this.front_btn.addEventListener("mouseout", buttonF.bind(this));function buttonF(){this.mytext1.text = "";this.nasal_btn.addEventListener("mouseover", buttonF.bind(this));function buttonF(){this.mytext1.text = "Nasal Bone";this.nasal_btn.addEventListener("mouseout", buttonF.bind(this));function buttonF(){this.mytext1.text = "";this.frontal_sinus_btn.addEventListener("mouseover", buttonF.bind(this));function buttonF(){this.mytext1.text = "Frontal Sinus";this.frontal_sinus_btn.addEventListener("mouseout", buttonF.bind(this));function buttonF(){this.mytext1.text = "";this.cg_btn.addEventListener("mouseover", buttonF.bind(this));function buttonF(){this.mytext1.text = "Crista Gali";this.cg_btn.addEventListener("mouseout", buttonF.bind(this));function
Where can I find training files for Adobe Animate tutorials? I am trying to follow along and the presenter is mentioning Chapter 5 but I don't see an option of where I can download them.
Please help! When I add audio to the timeline, it becomes a straight line that does not play. Regards,Tony
Hi!I'd like to create an interactive infographic in Animete that makes a dialog box appear when the mouse is over certain reginos. I already created the infographic in Illustrator.In this tutorial the first image has the effect I want to create: https://tomgermeau.com/2014/02/how-designers-can-create-interactive-prototypes-with-illustrator/ Can anyone help me out, please? 😄 Thanks,joanna
Hi,I created an html5 animation in animate cc that I would like to advance as the user scrolls.My original intention was to use Muse and scroll effects to accomplish this (I can't code), which worked perfectly on a desktop browser, but not on tablets and phones (the scroll is so jerky that the site is unusable).so then I searched for some snippet code i could paste into animate cc to make the animation scroll (the entire site is contained in the animate file, I didn't need muse for anything other than to convert the animation from a movie into a scrolling site) and the only code I found worked on desktops but not touch screens and it didnt advance the desktop version smoothly (you couldn't control how fast it advanced like you can in scroll effects with muse).I really appreciate any ideas or help you can provide
So recently I had a problem with corrupted files with one of my projects. Using some of the various ways to recover the file, I was able to get the project back with the keyframe animations, but without the elements in those animations.I do have some of the assets that were originally part of those tween animations but don't know if how to reapply them to those respective elements (if it is possible at all). Can someone help me out?
hallo, ich versuche einem dynamisches Textfeld einen Text zu schreiben.es klappt nicht. beispiel:instanzname vom textfeld ist textfeld. var land_1 = "Hamburg";textfeld = land_1; dank vorab!
I'm new to Animate 2020. The tutorials that Adobe provides are maddenly out of date. I can get around changed UI from earlier versions, but there are many broken aspects. The "Create a 2D Character Animation" tutorial is supposed to take 45 minutes but it is taking me hours. For example : When demonstrating to change the color of a shape with a gradient, the tutorial shows double clicking one of the the gradient sliders and then the cursor becomes an eyedroper to sample colors in the scene. It doesn't work. The eye dropper samples the colors from the scene but doesn't change that gradient slider color.When showing a brush stroke using a design from the brush library, the tutorial mentions using the Paint Brush tool but by default, only the Fluid Brush toll and Classic Brush tool are visible and neither provided the indended effect from the tutorial. So I had to watch the tutorial several times to get understand that the Classic Brush tool is different from the Paint Bru
I have just started learning Animate. I this video, I have kept fps as 30, document type HTML canvas 5.Still object is not moving smoothly. Object blurs while moving What could be the issue?
I have completed and published an applicationi n HTML 5 Canvas. When I test the movie in Animate, buttons etc. were perfect. When I go to the folder where the work is published and open the HTML page (Google Chrome), nothing works. How is this resolved and if resolved, will the "Canvas" function in other browsers?Thank you in advance!
I've uninstalled, reinstalled, Animate and Wacom drivers and nothing has worked, the pen and tilt tools do not work as intended, the pen pressure works in other non-Adobe programs and in Photoshop, it is purely just animate and flash programs, old and new that it no longer works in, and I am stumped.
Hello, My HTML5 animation is responsive on my PC (Chrome, FF) but isn't on my iPad (Safari and Chrome). I have ticked "make responsive" and set to width, I also tried "Scale to fill visibale area" but no luck. http://mediaworldwide.co.uk/christian-thorne/rokit-digital-design/ Any ideas? Thanks,Christian
hallo cant we make some button and in button we go to some addchild movieclip ?
Hi,Since updating to Adobe 2020, I have expreienced syncing issues with my stylus in Animate. I have a HP Spectre x360 and I use a HP stylus pen. This issue only exists in Animate as both Illustrator and Photoshop work fine. The issue is that whenever I draw on the screen, it creates a straight line upwards and at the end of said line, it will then draw the gesture made with my stylus (I have attatched a screenshot with an example). Note, it works fine when I use the touchscreen with my finger, which is odd. Also, tools like the selection tool work just fine. I have all my graphics drivers up to date, not sure what else I can do to solve this issue.Any help would be greatly appreciated, thanks!
At the start of this animation I am doing I want the same picture showing for a bit. I decided to copy and paste the first frame into the next frame. The only problem is the first picture has the title of the piece on it. I only want the title to come up in the first frame and not the second frame however as I've duplicated the slide I can't delete the title in second frame. Is there anyway to get rid of the title in the second frame? Also is it best to increase the lenght of a frame rather than duplicating it? If I were to increase the lenght of time a frame was shown could I also change the lenght of time certain elements were shown?
Because this program (ADOBE Animate) catches every change in the example drawing you paint hair and it catches you paint eye it locks you change position of the mouth it locks. requirement of my system windows seven 64 bits SP 1 packages, memoria ram DRR3 16 gb Intel I3 3.20 Mhz my last project
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.