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
Economic profit for firms in perfectly competitive markets
In this video, we’re going to dig a little bit deeper into the notion of perfectly competitive markets. So, we’re going to think about under what scenarios a firm would make an economic profit or an economic loss in them. Now, as a reminder, these perfec…
15 Reasons Why Getting Rich is Easy
The world gets a new millionaire every 21 seconds and one new billionaire every single day. By the end of this video, you’ll understand why so many people are becoming rich and learn how to do it yourself. Here’s 15 reasons why getting rich is super easy.…
The simple idea that changed my life
So I’ve played a lot of video games in my day. Whether I’m playing Fallout, or The Sims, or RuneScape, just to clarify, I don’t still play RuneScape. I’ve noticed there’s a commonality to pretty much every game, and that’s this idea that when you upgrade …
I Vacuum Venom from the World's Deadliest Spider
[Derek] For some people, this room might be the scariest place on earth. Behind these black curtains are deadly spiders, (tense ominous music) hundreds of them. And what we’re gonna do is poke them, make them angry, and then suction the venom that appears…
Is This What Quantum Mechanics Looks Like?
Check this out! I’m using this speaker to vibrate a petri dish containing silicon oil. Now, if I take this toothpick and make a little droplet on the surface, the droplet will stay there, hovering above the surface. The droplet is actually bouncing, and i…
Tradition in the Old West: How Past and Present Co-Exist in Fort Worth | National Geographic
I’m just intensely curious about people and social behavior. Everything that I’m doing is just my way of satisfying that curiosity. My work as a photographer is deeply rooted in culture. I’m really excited to travel to Fort Worth to explore all the old We…