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
Would you go to a restaurant in the rainforest? | Restaurants at the End of the World
You know, it start raining. And it can get really tricky for sure. Like it can get really, really tricky. And sometimes I need to go rescue people because they get stuck then they start kind of backing up and then they go out over the edge. I don’t see a…
Using arithmetic sequences formulas | Mathematics I | High School Math | Khan Academy
All right, we’re told that the arithmetic sequence ( ai ) is defined by the formula where the ( i )-th term in the sequence is going to be ( 4 + 3 \cdot (i - 1) ). What is ( a{20} )? So, ( a{20} ) is the 20th term in the sequence, and I encourage you to …
How High Can We Build?
Hey, Vsauce. Michael here. And when the pyramids of Giza were built, the tallest was 147 meters tall, making them the tallest things humans had ever built. And they remained that way for nearly 4,000 years. It wasn’t even until the 1300’s that we finally …
The Land of Pure Silence | Continent 7: Antarctica
We’ve got a waypoint for the position of the ship. We’ll probably go out of visual range, but we’ll stay in radio contact and just kind of check in wherever we see anything or as we pass by landmarks. You need to have a reference point to be able to say w…
Everest Weather - Data is in the Clouds | National Geographic
Everest is one of the most extreme environments on the planet, and nobody has ever fully quantified the climate conditions up there. We’re going to be pushing the envelope, attempting to install the highest weather station in the world to improve our unde…
Valley of the Boom: Trailer #1 | National Geographic
That little A and At? See, that’s what I said. Mm-hm. Um, Katie said she thought it was “about.” Yeah. Oh. MAN: But I’d never heard it. KATIE COURIC: Or around or about. MAN: I’d never heard it said. I’d always seen the mark but never heard it said. Y…