yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Flash Actionscript Tutorial 2 - If Statements


2m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Hey guys, this is Maaz1. Today I'm going to be doing a flash action script tutorial number two. It's a follow-up of tutorial number one.

So I'm going to be teaching you how to make a button to toggle playing and pausing for an animation. This is going to be one button, unlike the first tutorial, which had two buttons.

First of all, you're going to want to make a button. Make a new layer. On the new layer, draw a button, select it, and convert it to a symbol. The type should be button, registration should be center.

What you want to do is go into properties. Right? I'm going to name my button "toggle button." Then you're going to want to open up the actions of the layer. Do this by right-clicking on the frame.

You're going to want to set up a variable: var u Boolean = true. The Boolean type of variable means true or false. So then, you're going to put the if statement inside of an on release.

You're going to do toggle button on release = function() {. Open the curly brace. Then you're going to do if Fu, which implies if Fu equals true. But you don't have to; you can omit that.

Then root.stop(), and then root.Fu = false. So, what "root" means is that it goes—the root is the main timeline, which is what you're looking at right here. If it's inside of a button or a movie clip, you want to specify root so that it does it from the main timeline and not from the movie clip or button.

So then you want to do else {. Open the curly brace. root.play(), and root.Fu = true.

So now, if we test this, we press the button, and it pauses. Then we can press the button again, and it plays.

So, thanks for watching! M cu one, subscribe and goodbye!

More Articles

View All
This is what I do everyday...
Oh my God, it’s such a bad parking job! Well, how about this: if you shoot more than three over, you have to let me drive your Cybertruck for a week. Can you believe that? Chad has it out for me today! Like, come on. What’s up everyone? Welcome back to t…
Types of financial risks | Insurance | Financial Literacy | Khan Academy
So let’s talk about what I would consider a little bit of a downer topic, and then that’s a financial risk. I’ll just tell you about the things that I worry about. First and foremost, what happens if I lose my job? Maybe it’s a bad economy, and I have tr…
Shadows of Forgotten Ancestors | Cosmos: Possible Worlds
OK, just for argument’s sake, suppose we’re nothing more than the sum total of our genetic inheritance. It’s not as bad as it sounds. There are passages in our DNA that are every bit as heroic as anything ever written in any epic saga. [low growl] [gentl…
2015 AP Physics 1 free response 1c
Let’s now tackle part C. They tell us block three of mass m sub 3, so that’s right over here, is added to the system, as shown below. There is no friction between block three and the table. All right, indicate whether the magnitude of the acceleration of …
Multiplying 3-digit by 2-digit numbers: Error analysis | Grade 5 (TX TEKS) | Khan Academy
So we have a situation here where someone is attempting to multiply 586 * 43, and what we want to do together is figure out if they did this correctly or whether they made a mistake. And if they made a mistake, what step did they make a mistake on? Actual…
The Challenges a Repeat Founder Faces - Tikhon Bernstam
Hey guys, today we have Tea Con Burn, a multi-time YC founder. So could you just start by explaining how you first found YC? Yeah, I actually found YC because I was on Reddit. I was in graduate school, which meant I had a lot of free time. And so I was, …