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
Ellipse standard equation from graph | Precalculus | High School Math | Khan Academy
So we have an ellipse graph right over here. What we’re going to try to do is find the equation for this ellipse. So like always, pause this video and see if you can figure it out on your own. All right, so let’s just remind ourselves of the form of an e…
How I built a $500,000 Net Worth at 24 Years Old
So I recently learned a very valuable lesson: don’t make a claim here on YouTube unless you’re willing to back it up. I recently talked about how lessons I have learned from billionaire investor Charlie Munger helped me build a $500,000 net worth at 24 ye…
Pigs Communicate With Humans in New Experiment | National Geographic
Similar to dogs, pigs are highly susceptible to training due to their social temperament. But little is known about how pigs communicate with humans. In a new study, researchers at Atlas LaRon University in Budapest looked at how highly socialized young p…
YC SUS: Kat Mañalac and Eric Migicovsky discuss Week 2 SUS Lectures
Good morning everyone, and good evening. It could be anywhere actually. I’d like to start somewhere. My name is Eric, and I’m the facilitator, of course, facilitator here at Startup School. It’s a pleasure to be joined by Kat. “Hi everyone, I’m Kat, a pa…
Solving equations with zero product property
Let’s say that we’ve got the equation (2x - 1) times (x + 4) is equal to (0). Pause this video and see if you can figure out the (x) values that would satisfy this equation, or essentially our solutions to this equation. All right, now let’s work through …
Teaching Science with Khanmigo
Hi, I’m Michelle, a professional learning specialist here at KH Academy and a former classroom teacher just like you. Meet Kigo, your AI-driven companion who’s revolutionizing teaching for a more engaging and efficient experience. Kigo has many exciting …