Questions
Récent
Hi, I'm using Animate 2020 and don't see any documentation on using keystroke event listeners within actions to accept user input at runtime, can anyone help? For example, I would like the user to be able to jump forward in the timeline to specific labeled frames by pressing the right arrow.
I have a JSFL command that I call from a SWF panel button.I pass variables to the certain functions in the JSFL command. Is there a way I can use app.beginUndoGroup() and app.endUndoGroup()so that I can undo the actions of the functions in the JSFL command?any help would be appreciated!!! 😄
My interactive animation project worked and published very well (in html5). Until a certain version containing more content in the scenario ... oops he doesn't want to publish anymore. We only see the download gif and a blank page instead of the animation performed. What factor may have affected my animation so that it no longer wanted to publish? Thanks for your help.
I made an ActionScript program that I exported as a Mac Projector file. It works on my computer but not on my clients. We are both on Catalina OS. Any help greatly appreciatred. Thanks.
Please I need somebody to put me through how I can make an unreal deposit into my Greendot account or Well Fargo and please kindly send me the link....
Whenver I move my application from one screen to another my timeline stays on the original screen?? I want to pin it to the application not run it as a separate application. How do I pin it to the stage? Thank you
Hi out thereCan anyone in here tell me, how to modify the below “Pan Event” code snippet in Animate - and make it work: Multitouch.inputMode = MultitouchInputMode.GESTURE;movieClip_1.addEventListener(TransformGestureEvent.GESTURE_PAN, fl_PanHandler);function fl_PanHandler(event:TransformGestureEvent):void{ event.currentTarget.x += event.offsetX; event.currentTarget.y += event.offsetY;} The movieClip is visible in simulater, but you can’t pan it.It is very frustrating that this Pan feature is not working because I really need it in my App.
Hello, Can you please help me. We have purchased the student version of the Creative Cloud for my Daughter. She is trying to Edit Multiple Frames from a video. We have searched the web and your forums and cannot find the "Edit Multiple Frames" button on the time line. In your article:https://helpx.adobe.com/animate/using/timeline.html#:~:text=Click%20and%20hold%20the%20mouse%20on%20the%20Edit%20Multiple%20Frames,the%20Edit%20Multiple%20Frames%20mode. Edit Multiple Frames you talk about a button in the time line. I have attached a photo below from your page. I have also attached a screen shot from her version of Adobe Animate. Can you tell us where the "Edit Multiple Frames" button is on our version, or how we can get to that button? Thank you, Sara
I have used the code snippet in Animate to create a "Pan Event" in my app. The code is: Multitouch.inputMode = MultitouchInputMode.GESTURE;movieClip_2.addEventListener(TransformGestureEvent.GESTURE_PAN, fl_PanHandler_7);function fl_PanHandler_7(event:TransformGestureEvent):void{event.currentTarget.x += event.offsetX;event.currentTarget.y += event.offsetY;} When running a debug movie on it I can't do any panningI also have "Pinch to Zoom Event" codesnippet on the same fill....that one works fine in simulator.What to do?
Hey, so i recently had a bluescreen of death interupt my work in adobe animate 2021. Now when i try to open the file i was working on, or the "recover" file, it says there was an error? Is there any way to save my file? I've put a hell of a lot of work into it.
I've been working non-stop for 2 days now. Suddenly Animate CC shuts down by it self?? When i reopen, i get what i had 2 DAYS AGO?!I've seen it auto-save at least a 50 times while working, annoying about the long waits while it saves.And now it didn't even save or what?! I'm SO frustrated right now! 20hrs+ lost! Can i get the auto saves somehow? Recover something? Please help me out! I'm gonna miss my deadline!
My goal: I am trying to create a holiday eCard. I would like to click on the buttons (lights, snow, and song) and have them play on a loop until the reset button is clicked. At which point, everything would go back to frame one where the action is to stop(). What is the best way to go about achieving this? What I am currently doing sort of works but I can't achieve my desired results. When I test the movie, I can click on the lights icon and the lights blink on the xmas tree and don't stop, but when I click on the music, they stop. The reset button works for the music but not the lights. I haven't created the snow yet because I am still trying to figure out how to make the snowfall in a loop. I'm sure I'm doing a lot wrong but I am a beginner. Please see the attached images for the timeline, stage, and code being used. I need this turned in by tonight and can't figure it out, so quick replies are appreciated 🙂 Thank you!
non riesco piu a salvare progetti da quando mi ha chiesto di disinstallare flash
it says there are fontys in the document that arent on my computer. how to i put them in adobe animate
Hello, I have problem and I think its simply but I cant do anything....when I have this: var container_:MovieClip = new MovieClip(); this.addChild(container_); var movie_clip:hello = new hello; function add_my_text(){ container_.addChild(movie_clip); movie_clip.my_text.text = "hello";} BUT IF I HAVE LIKE THIS: var container_:MovieClip = new MovieClip(); this.addChild(container_); var movie_clip:hello; function add_my_text(){ movie_clip = new hello; container_.addChild(movie_clip); movie_clip.my_text.text = "hello";} I get the error. TypeError: Error #1010: A term is undefined and has no properties. The same with EventListeners and etc. Why this hapening?if I write my movieclips in frames like for example:var movie_clip:movieclip = new movie
Does anyone know what could be causing this problem? I had gone through the symbol and deleted each layer one by one hoping to find the problem but I still kept getting the error when I would publish to HTML/js
Although I have carefully coordinated all of my frames, and although the movie works smooth in Animator, when I play the animation on the browser it is jerky. Any way to work around this?
Whenever i import SWF File from Animate CC to After Effects,the strokes become blurred.What should i do to avoid this problem? Images Below
What the hell is going on with the Animate??? It's only on my Mac or someone else got this strange issues?I have to work somehow NOW!
I've reduced the opacity for one of the layers and it exports fine as single png's and gif's, but when I try to export it as a video (what I assume is mov) it loses the opacity I dropped.Here's what it is supposed to look likeAnd here is what the movie export doesI can't seem to find a relevant answer anywhere, can anyone help?
Hi all,I've been enjoying learning to use Adobe Animate and I've found something that could be done a lot easier, I'm just not sure how.I have a symbol of a character dancing left to right, with a matching ease both ways. So he dances left, then right, then the timeline for that symbol ends. The last frame in the timeline matches the first symbol to make sure the eases are working the same both ways. But because of this, when I place the symbol on the stage, every time it gets to that point, it plays the same frame twice, slowly making it off sync from the music I'm matching it to.I've had the idea that on the main stage at the last frame of each cycle, I can add a keyframe and set it to frame 0 of the symbol's timeline, but this would be a hassle as it repeats several times. Another idea I've thought is in the symbol's timeline to add a keyframe on the one just before the last keyframe, and then delete the final keyframe so that it automatically loops perfectly, but this creates a pro
I just logged on to my Premiere Pro video to make some edits, and my Adobe Character is showing up red along with the backgroud. I can't find anything about this...help please!
So lately I spend alot of my time using Adobe, and for some reason, a project i have been working on for days cannot be opened, it shows the message "An error occured opening file". Can someone help me? Thanks!
I hand-drew 18 frames of an alligator and imported them in to cc animate. the clip would play no problem when I hit the play button. But nothing would show up when I click on test movie. Everything would show up as blank when I tried to export the clip either as gif or otherwise. Everything i tried would come up as blank not even the original image of my gator. Any help would be greatly appreciated. Thank you.
I'm trying to export my animation in Adobe Animate (2017)It's supposed to look something like this:However when I attempt to export it, the opacity on the shading layers become 100% and it ends up like this:I've tried masking it, merging layers, everything. I can't seem to find a forum on it, how do I keep the transparency?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.