Get help using Adobe Animate and creating animations.
Als letztes aktiv
Hi!I try to give a function call to 3 buttons i have on my stage. Each of these Buttons should call the same function but with different parameters: var _this = this; cnt = 0; _this.txt_info.text = ""; for (i = 1; i <= 3; i++) { _this["but" + i].on('click', function () { schreibe(i); }); } function schreibe(u) { cnt++; _this.txt_info.text = "Clicked on button " + u + "\nClick count: " + cnt; } The result is strange:Clicking on a button will call the function, but the parameter is allways 4 - no matter if i click on but1, but2 or but3. Click count works fine and is counting - no matter if i click on but1, but2 or but3. This will work, but on a later project i have about 20 buttons on my stage and i wont do the following code for each button: var _this = this; cnt = 0; _this.txt_info.text = ""; // THE FOLLOWING CODE WILL WORK - BUT I NEED IT 20 TIMES :-( _this.but1.on('click', function () { schreibe(1); }); _this.but2.on('click', function () { schreibe(
I just got a new computer and now Animate always shows output window every time i export. Action script 3.
I want to animate like 60 second or longer but the timeline frame only got around 500 so I cant go any longer
Has anyone made a specific brush tool that contains ALL the brushes from ibis paint? I just wanna know because ibis paint WAS (was because now its on pc) only for mobile.. and im more comfy inside of adobe animate... (perhaps add capability of installing ibis paint brushes via qr code??)
Greetings, I would like some help in adobe animate , I create an animation with multiple buttons which each buttons visit different webpages. However, when I publish the project and click buttons open for me 1000 tab in browser for single tab. Could you please advice and help how to make sure it open in single click only once, every time press on the button. Looking forward to hear your solutions
Hi Everybody, While lip-sync is working well with a professional recording, it doesn't with a recording made with Voice Memos on the iPhone. The Voice memo recording is mono. I have exported this Voice Memo recoding with audition as AIFF en WAV mono en stereo and nothing seems to work. (I have to work with Voice Memo recordings until I get the professional recordings from the client) Thanks for your help!Cristina
Could there be a shortcut to create a twin between two Kiframes?For some reason going to the toolbar every time is a bit exhausting for me.Could there be something I don't know?I'm doing a long animation right now and I'm looking for ways to make the workflow easier.Also, a shortcut given to Twin Easy Ease can be very useful.Mr. Adobe, maybe you intend to add more keyboard shortcuts in the next versions?Note that After Effects has shortcuts for almost every command.It's fun to work like this.
I have a graphic symbol that contains a layer in the shape of a handFor some reason the frame of the transform of the symbol comes out diagonally to me.And it bothers me when I want to shorten my handWhat could be the reason for this and how can I rotate the frame?I already tried to copy the hand again from illustrator.And it didn't help.Thanks in advance!!!
Ok, so I have written some png files in a .txt file..."Bracelet.png""Boston.png""Camera.png"I would like to know how I can turn them into URLRequests using Actionscript3.I already know how to load them.
I have a .fla file that was shared with me containing some audio I want to edit and use elsewhere. Since I did not make the animation, I do not have the audio on my computer. I need to download the audio from animate. Is there any way i can do that?
there's this big grey box that progressively gets bigger the more i zoom in, and sometimes some assets just disappear or maybe even the whole screen during playbacks on adobe animate, what do i do
Hello how's everyone doing? I'm trying to achieve adding background music to a project. The timeline is pretty empty, it has 1 keyframe for each layer. I need to import this song and to make it repeat on loop infinitely until it loads another scene on the main game that I think is coded on "Visual Studio". All the scenes are individual .fla I don't have access. I imported the sound and linked as "BackgroundMusic". As I didn't find any tutorials, I prompted ChatGpt and gave me this code: import flash.media.Sound;import flash.media.SoundChannel;import flash.events.Event;// Create a Sound object and a SoundChannel objectvar bgMusic:BackgroundMusic = new BackgroundMusic();var bgMusicChannel:SoundChannel;// Function to start playing the musicfunction playMusic():void { // Stop any previously playing sound if(bgMusicChannel) { bgMusicChannel.stop(); } // Play the new sound in a loop bgMusicChannel = bgMusic.play(0, int.MAX_VALUE);}// Function to stop playing t
I have coding that is supposed to make visible=false some borders.. inside of some of movieclip on the stage. The movieclip on the stage has two frames, frame 1 with some stuff on it, frame 2 with some more stuff. The coding on the main stage succesfully visible=false the stuff on the first frame of the MC on the stage. But TypeError: Error #1009: Cannot access a property or method of a null object reference when I try to .visible=false the stuff on the second frame of the MC on the stage. See the video. https://youtu.be/7PFp-1SP-i8 How can I visible=false the borders on the second frame of the MC?
Display problemsWhen I activate "onion skin" modeDoesn't show me the frames back in greenBut makes them for me in full color without fadeAttached is a screenshotI hope I was understood
I think the solution is simple but I couldn't figure it out over sleeping on it. I feel stupid, but have no idea what my mistake is since I recieved no error. I think it's syntax based, but again no error throws me into a loop.Trying to make an old school Concentration game with trilons based on the show from the 50s-70s (ala Hugh Downs, Jack Narz). So step by step, I have the rebus loaded and cut into pieces. I'm using a three layered movie clip (tr) to represent the trilon (NOTE: all instances of tr are placed on stage via animate with proper names). I've been able to to load the pictures into tr, but struggling with getting the sprite to load on the puzzle side of the trilon (rSide). When executing the function testRotate, tr plays, but the rebus bitmap/sprite doesn't show. I tried a few different methods (I think 6 or 7), the last three are commented in the code below under the placePuzzle function. I totally thought that addChildAt would have done the trick since this bitmap is dy
Hi 🙂 I was just wondering how people are proofing out their HTML5 banner ads? I know I can upload to a server and give a link, but for many banners this is an inefficient process. I've looked into AdPiler, Ziflow, Filestate, Review Studio - however these are all quite expensive and have more features than we need, such as commenting and reviewing in the workflow. We have a studio workflow already that isn't to be altered. I'm just looking for a tool to show HTML5 banners and possibly static eDM mocks, without all the extras and at a decent price point. Does anyone know of something? Thanks!
Hi there,So I'm just wondering if there is away i can use the fill tool, to fill an aea with colour, that was created by two different layers.For example, if I am trying to animate a human being. And i have the head and the top body as two separate layers.It will not let me fill in the neck, as i made the neck with two separate layers.The base of the neck is attached to the rest of the upper body, which forms one layer. And the lines that form the neck are attached to the base of the neck from one end and the chin of the head, which is a separate layer at the other end.It's kind of hard to explain, so here is an image.Don't get confused, you're looking at the adobe animate screenshot, i have just added my notes and highlights, by editing the adobe animate screen shot in illustrator.
I have a simple scene with multiple buttons that each start a different video. Each video lives on a separate frame. Click a button, and it goes to the salient frame and the video plays. What I'd like to do is have the video fade up, play, then fade out. I don't know how to do this. Each button click goes to the frame where it's video lives. The first frame has all of the actions. They take the following form: this.scarcity_btn.addEventListener("click", fl_ClickToGoToAndStopAtFrame_6.bind(this));function fl_ClickToGoToAndStopAtFrame_6(){this.gotoAndStop(5);} At each frame where a particular video lives, there's:this.stop(); Since mp4's dont' support alpha channels, I can't do the fading in/out in the video file itself. Any help would be appreciated.
Greetings, I'm just having trouble here with the painting/drawing lines mode function. Whenever I start testing my bulit Shockwave Flash format from my FLA project, at first when I press the doodle button, I cannot draw/doodle lines in the canvas. But if I click and switch to another tool such as text or paint bucket mode and after that I don't anything in the canvas, I go back to paint/drawling lines mode by pressing the doodle button and I still cannot doodle/draw lines in the canvas. I have to click and switch to another tool and do something in the canvas in order to switch back to doodle/draw lines mode and start drawling lines.But if I do that, I can draw lines, but the problem here is that whenever I feel like I wanna mouse up/stop drawing lines, the mouse up function doesn't let me switch its drawing mode flag state to false. Which means I draw lines forever without stopping unless I click and switch onto another tool. Then I can stop drawing lines, but not for long. Again if I
I'm new to Adobe Animate. I created a character layer and a background layer. I have one keyframe that lasts 5 seconds. However, when I play the animation of those 5 seconds, the shading toggles on and off every frame. Here's a screenshot of frame one and frame 2. Any ideas what I'm getting wrong?
Dear community members, For users of Adobe Animate, what online cloud are you using? I'd like to save my (big) .fla files online so I have a backup and I can access them from different computers. To my knowledge, Adobe CC Files isn't available anymore and the "Files" section from Creative Cloud app is not compatible with .fla files. I heard about Frame.io ? What do you guys recommend? Many thanks
Hi,I've been using the asset warp tool, but when I use it on some arms it cuts off the edge of the image. It isn't doing this to anything else. If anyone could help that would be great!
Ello! There is a light blue line above the frames on the timeline, wondering what it was and how to turn it off?
So I've run into some trouble in a larger project so I decided to troubleshoot but creating a smaller project and am still running into issues. Here's the situation. I want to have two buttons (button01 and button02) and one video object (generic_video). Click one button, and the source of the video changes to let's say a local video, somevideo.mp4. Click button02 and the video source changes to someothervideo.mp4. I have the buttons set up and named and a singular video component. My code would look like: this.Button01.addEventListener("click", fl_MouseClickHandler.bind(this));function fl_MouseClickHandler(){var videoURL = "c:/images-tv.adobe.com/somevideo.mp4"; this.generic_video.on("added", function() { $("#generic_video")[0].src=videoURL;}, this, true);} and this.Button02.addEventListener("click", fl_MouseClickHandler.bind(this));function fl_MouseClickHandler(){var videoURL = "c:/images-tv.adobe.com/someothervideo.mp4"; this.generic_video.on("a
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.