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
Node voltage method (step 5) | Circuit analysis | Electrical engineering | Khan Academy
And now we’re down to solving this circuit. What I want to do now is put in the component values and solve this specific circuit. Let me move the screen up again. We’ll leave the list of steps up there so we can see them. Let’s go to work on this equation…
Interpreting change in speed from velocity-time graph | Differential Calculus | Khan Academy
An object is moving along a line. The following graph gives the object’s velocity over time. For each point on the graph, is the object speeding up, slowing down, or neither? So pause this video and see if you can figure that out. All right, now let’s do…
Why Is Your BOTTOM in the MIDDLE?
Hey, Vsauce. Michael here. A human, running like a quadruped, is creepy. Artist Rui Martins created this animation about a year ago. 127 years ago, Eadweard Muybridge shot these real images of a child with infantile paralysis walking on all fours. Walking…
Geometric series introduction | Algebra 2 | Khan Academy
In this video, we’re going to study geometric series. To understand that, I’m going to construct a little bit of a table to understand how our money could grow if we keep depositing, let’s say, a thousand dollars a year in a bank account. So, let’s say t…
Zeros of polynomials: plotting zeros | Polynomial graphs | Algebra 2 | Khan Academy
We’re told we want to find the zeros of this polynomial, and they give us the polynomial right over here, and it’s in factored form. They say plot all the zeros or the x-intercepts of the polynomial in the interactive graph. This is a screenshot from Khan…
Nihilism: The Belief in Nothing
We all know how it goes. One day we’re born, one day we die. Everything that happens in between we know and understand, but everything that happened before and will happen after, we know nothing about. As a result, it’s really difficult to say what exactl…