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
Bill Belichick & Ray Dalio on Toughness: Part 1
When we were talking before, we were talking about, um, the different elements and systemizing it. Um, for example, you describe the different types of toughness. Um, the person gets hit this way has got a certain type of toughness. This you probably gave…
Phrases and clauses | Syntax | Khan Academy
Hello Garans, hello Rosie, hello David. So, okay, so you know the Schoolhouse Rock song, uh, “Conjunction Junction,” right? Classic, classic. Uh, so in that song, you know, the chorus asks, like, “Conjunction Junction, what’s your function?” And then thi…
Partitioning rectangles
So, I have a rectangle drawn right over here, and my goal is to split this rectangle up into smaller equal squares. The way that I’m going to do that is by first dividing this rectangle into two rows—two equal rows—and then I’m going to divide this rectan…
The Cold Sets In | No Man Left Behind
This day is tattooed on my brain. I’ve been to some of the coldest places on Earth and never experienced cold like it. On this particular day, we came across a tank boom, which was an absolute godsend. It’s earth that’s been piled up on three sides, and …
Why you shouldn't sell Real Estate part time
What’s up you guys? It’s Graham here. So a lot of people are asking me if they can sell real estate part-time, and my quick and short answer is probably not. It’s probably not a good idea, and here’s why. You compete with people who eat, breathe, sleep, …
How To Sell A $13,000,000 Private Jet
Uh, you know what sort of asking price you guys are looking for it? I think on that aircraft, um, is somewhere around 13, uh, 13, 13 and a half, something like that. I’ll have to get the number exactly from James because he’s talking with the owner much m…