Questions
Als letztes aktiv
HiI want to show the movement of water in a pipeline (like the figure below). As you can see, some of the lines are small and some are large. I want to make a sample animation of water movement and paste it on all the lines , what's the solution ?
I have a couple of input text boxes on my stage. I have assigned them different names. Unfortunately, viewing and being able to access these properties seems to get messed up. I am selecting each of them in turn but they all share the same name, position and size, even though they don't. If I quit animate and re-load then it works as it should for a few minutes before breaking again. Anyone know what is going on? Thanks.
Trying to export to an mp4, but it keeps generating 3gp files. It worked once at first, but hasn't worked since. I have the format set to mpeg4 with Default (AME) and "start Adobe Media Encoder" is checked, but it keeps rendering out 3gps. Are there some other settings I need to change to get this to work properly?
Hello, I'm new to Adobe Animate CC. And I'm learning to use HTML5 Canvas.I'm trying to add buttons to the scene to control a Movie Clip from outside. The thing is these buttons need a disabled state when it's reach the start/ end of the scene, and button play/pause change when playing Movie Clip.So here is my idea:I make 4 frames, each have their own active and disable buttons.- Start: disabled prev and reload buttons- Middle: enable every buttons- Playing: change play button to pause and disable prev, next buttons- End: disable play and next buttonsAnd inside the Movie Clip, I labeled every steps. When they reach the keyframe inside the Movie Clip, they will change its parent buttons like this. var root = this; root.stop(); root.parent.gotoAndStop('middle'); And in the main scene, I add event listener to every active buttons. Only the middle frame need more detail. Here is what I do in
I'm not sure what I did but my canvas and my work are suddenly gone? There is only the grey background and I don't know how to get it back. Please help me as I'm new to Animate and I'm not sure what just happened.
Hello, I have a project in adobe animate canvas with 4 frame when I click in the forward direction and go from frame to frame everything works. But when i click the back button the frame with the drag script stops working with elements (the iris button ) stop being drag able, i also notice that all the movie clips automatically play , I am at a total loss as I normally use actionscript , any help would be appreciated , I've attached the fla Im working on thanks
Hi,I'm looking for a good tutorial/sample/exemple to develop a scalable p2p/sfu/turn application with animate?as there were several good one for rtmfp/netgroup p2p, is animate can do the same now with webrtc?Thanks
Hello! I'm currently in working on a small project and would like to add a virtual camera into it. Issue is, I have no idea how. I'm using Macromedia Flash 8 Profesional, though that's about as much as I know about what version it is. I mostly do plain illustration so I'm not too knowledgable about animation in general. I've tried a couple of different cameras out (both from Alan Becker's 2016 tutorial) but both come up with error messages, and I don't know how to use any others. Any help would be much appreciated!!
I have a 2:00 minute Animate project and the MP3 music track is 2:30 or so I wanted to use edit sound envelope on the audio track so that I can apply a fade out. For some reason the frames showing in the edit envelope STOP at 3090 - but i need to get to frame 3200 where the music should end. Why is it blocking access to frame past 3090 is this a limitation of Animate?
Hello,I have read almost all the articles in this forum about the touch function and I can't find a solution that works. I have the following code that doesn't work on tablets. Could someone please tell me where is my error? I'm new to HTML5 canvas.Thanks in advance for any answer. createjs.Touch.enable(stage, false, true);var m_X;var m_Y;this.movieClip.addEventListener("mousedown", maFonction.bind(this));function maFonction(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var d_X = this.movieClip.x;var d_Y = this.movieClip.y;m_X = (d_X - c_X);m_Y = (d_Y - c_Y);}this.movieClip.addEventListener("pressmove", maFonction2.bind(this));function maFonction2(evt) {var st = this.globalToLocal(evt.stageX, evt.stageY);var c_X = st.x;var c_Y = st.y;var mt1 = m_X;var mt2 = m_Y;var z_X = Math.round(c_X + mt1);var z_Y = Math.round(c_Y + mt2);this.movieClip.x = z_X;this.movieClip.y = z_Y;stage.update(event);};
Losque je publie mon animation en javascript/html, j'ai un fichier .js qui fait plus de 1mb, je n'arrive pas à le réduire… Quelqu'un. pour m'aider ?
I just worked with the world sphere tutorial and could not get it working no matter how many times I tried following the steps from start to finish. It appears there is a step missing after step 3 where you have to insert a keyframe at frame 4 before you move the map and create the tween. Once I did that, it worked as advertised.
Hello Members..!!!!Can you guys help me out in making an animation of this website ?is it possible to do so & what are the tips and tricks you guys suggest for making of this type website?link of the site is given below:Crystal Heating Services
Nothing fancy. Can someone please help me make a rectangle that a user can click on and move it around.And it stays where the user moved it after they stop moving it. That's it. Reading other tutorials, this appears to require either learning spanish, or getting a degree in computer science. I've just spent 4 hours trying to figure this out, and I am about to give up.
Hi, my Wacom preferences are not working in Adobe Animate, and only this software. I am using a Wacom intuos on a Windows 10 pro machine. Windows, Adobe Animate, and Wacom drivers are all respectively up to date. The option to edit my settings particular to Animate is listed in preferences, but simply the preferences do not take. For the task I am doing I wish to use mouse mode not pen mode, but the switch will not register, same for changes to accelaration. This specification works fine in other Adobe platforms (photoshop, AE) open at the same time. Only animate is refusing to acknowledge the settings specified. Resets, device removal etc not helped. The same Wacom works fine with Animate on my OSX machine.Advice?
What codec should be used when exporting into .mov for Quicktime?The receiver of my animation cannot open the file due to codec failure (0xc00d5212). Is there a common solution for that?
Hello, I have an odd problem with animate since I opened my project again after 2 months. I animate a Känguru jumping into my scene and moving his head.My problem now is that on my Timeline play Button function everything is fine but when i open up the SWF play function. The movement of the Head gets very odd, I drawed into the layer means I have 4 layers in the main layer. I putted pictures down below. It looks like it just plays the first keyframe but not stays in the position... for the x ( for example eight )frames. I tried to convert it in to normal Graphic Symbol. The only way I could fix it was to convert it into Bitmap. But it looks very odd with this configuration. I putted a short Video down below with the play function of the Animate Timeline and the SWF Result.I'm very new to animation and animate cc it's my very first complexe Work. Sorry for the bad english I hope it's not that hard to understand.Thanks. Greetings
Video included. Basically, I made an animation of the boat bobbing up and down and water lapping at it's sides. That works great.But when I try to tween the boat to move across the screen, the bobbing and lapping animations don't play; the both simply moves. The boat starts to bob on the last keyframe. I'm new to the program, so I'm sure there's something simple I missed, but I was following a tutorial and have retraced my last several steps. I'm wondering if there isn't something about the boat animation itself that's not set up right, causing this issue.
var that = this; that.ATt.visible = false;//that.ATt.invisible();that.A.addEventListener("click", fl_MouseClickHandler_1.bind(this));function fl_MouseClickHandler_1(e) {that.AT.visible = true;} why the movieclip(ATt) not visible in vr-panorama-360 file ??
Hello all,I'm not sure whether this is the right forum, but here goes. I'd like to make a film that combines digital drawing with film. The film will be approx 20 minutes long featuring a drive along a section of motorway/freeway. I would like to create a selection of 3D digital interventions as I drive along such as bridges, various drawn shapes. My question is this: which programme will best suit me?I've included a few images to give you an idea of what I'd like to produce....
Hi, I am using ActionScript to create animations. The Export Video/Media option is great except when I want to create a PNG sequence with a transparent background. Then I am getting an ugly edge appear...Any ideas? Many thanks. 🙏
I am a beginner trying to create learning content with Animate. I found curveTo.html in createjs demos and wanted to embed it into Animate to make drawing lessons. The results are in the link. https://kong.or.kr/curveto_in_animate.html However, the mouse cursor and the drawing position are different.Running the original source in createjs demos works fine. Here is the link. https://kong.or.kr/curveto.html I don't know why inserting the curveTo.html source in Animate makes the mouse cursor and drawing position different.I am wondering if there is a way to match the mouse cursor and the drawing position in https://kong.or.kr/curveto_in_animate.html.
I've developed a Projector app which loads a 6 digit number (in a text file) from a remote web server when it opens. The purpose of this is: I've hard coded a version number into the app, and it automatically compares this number against the latest version (stored as a 6 digit number) on the server. If the server number is higher, then it informs the user that a newer version of the app is available for download. I'm using the following code which I think is fairly standard: var url:String = "wwvv. URL GOES HERE/c-024.txt";var loader:URLLoader = new URLLoader(new URLRequest(url));loader.addEventListener(Event.COMPLETE, onFileLoaded);function onFileLoaded(e:Event):void{ var loader:URLLoader = e.target as URLLoader; var loadedVersionText:String = loader.data; dataLoaded_txt.text=loadedVersionText;// This is a dynamic text box on the stage} (NOTE: THE URL ABOVE IS DELIBERATELY NOT VALID, SO THE POST ISN'T FLAGGED AS SPAM) 🙂
i publish my work for test debugging / ad hoc with air for ios.although i downloaded all icons in all sizes in the air for ios and all of them can be seen in the previewthe icon is not seen while testing and only the white icon appears. the app is working ok.
hello everyony! Im planning to buy a HUION drawing tablets but dont know much about them. does HUION 1060PLUS Graphic Tablet or HUION H610PRO V2 compitable with Adobe Animate? if not, what is the best drawing tablet that is compatible with adobe animate ,bellow 100$ ???
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.