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
How Not to Get Eaten by a Polar Bear | Expedition Raw
Ber is going to show us how to put the trip wire, which is supposed to protect the camp from polar bears. Nowadays, you see more polar bears on the glacier because of climate change. There is less sea ice, and they use the glaciers to transport themselves…
Khan Academy Classrooms has a new mastery system that makes personalized learning easier than ever!
Hello teachers, I’m Sal Khan, founder of the not-for-profit Khan Academy, with the goal of helping you accelerate outcomes in your classroom. I have an exciting announcement: what we are launching is a new mastery framework on Khan Academy. We have some …
Using matrices to transform the plane: Mapping a vector | Matrices | Precalculus | Khan Academy
Let’s say that we have the vector (3, 2). We know that we can express this as a weighted sum of the unit vectors in two dimensions, or we could view it as a linear combination. You could view this as (3) times the unit vector in the (x) direction, which i…
How Wall Street is Ruining the Housing Market
Is Wall Street causing the end of the American dream? When most people think of Wall Street, they probably think about the buying and selling of things like stocks, bonds, and commodities. Well, it’s time people started adding something else to that list:…
Interpret proportionality constants
We can calculate the depth ( d ) of snow in centimeters that accumulates in Harper’s yard during the first ( h ) hours of a snowstorm using the equation ( d ) is equal to five times ( h ). So, ( d ) is the depth of snow in centimeters and ( h ) is the tim…
Sal answers questions from attendees at his Schoolhouse.world series
I’d love to answer any questions y’all have about anything. Um, uh, raise your hands or uh, probably raising your hand is the best, is the best way to do it. Yes, Kai, ask your question. All right, thanks. No, thanks again Saul for taking your time and a…