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
Experiencing the Galápagos Through a Phone Call Home | Short Film Showcase
Hey, hi! Welcome to the… yeah, I don’t know if I’m different. I did something quasi-adventurous, though. I went snorkeling! So, we go to a different island each day. I saw more wildlife in those three days than I’ve seen in my entire life. It was crazy! I…
"The ULTIMATE ADVICE For Every Business TRYING TO SCALE" | Kevin O'Leary
But I just think you need to throw out all those playbooks because, like you said, what made sense in the past, it’s not gonna make sense in the future. And when Kind was born, I was this far away from the tower. People have all these perceptions, having …
Multiplying 3-digit by 2-digit numbers: Error analysis | Grade 5 (TX TEKS) | Khan Academy
So we have a situation here where someone is attempting to multiply 586 * 43, and what we want to do together is figure out if they did this correctly or whether they made a mistake. And if they made a mistake, what step did they make a mistake on? Actual…
How We're Redefining the kg
What do I have to push, sub-basement? Woman: Sub-basement. [Buzzing safety alarm] I’m at the National Institute of Standards & Technology in Washington D.C. and I’m going to the sub-basement. It’s getting dark down here. We’re going to find out how t…
Assignment: Inspiration Winner | National Geographic
[Applause] After three uplifting photographic quests, our assignment inspiration finalists pitched us their photos, hoping to be the ones chosen to go on assignment with National Geographic Travel. We judges had an incredibly tough decision to make. Each …
Our Narrow Slice
Hey, Vsauce. Michael here. This picture is about a year and a half old. But the pyramids themselves are much older than that. How much older? Well, think of it this way. The Pyramids of Giza were as old to the ancient Romans as the ancient Romans are to u…