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
Factoring using polynomial division | Algebra 2 | Khan Academy
We are told the polynomial p of x is equal to 4x to the third plus 19x squared plus 19x minus 6 has a known factor of x plus 2. Rewrite p of x as a product of linear factors. So pause this video and see if you can have a go at that. All right, now let’s …
#shorts How To Stay Sharp
I was doing some work on CNBC a couple of years ago, and all of its live right. It was a halftime report, and I felt like I was losing my concentration. I couldn’t even remember the stocks we were talking about. So, I actually went to see this guy named R…
Shower Thoughts That Make Me Question Everything
I promise it hasn’t been eight months since I last had a shower. This year has just flown by so quickly that I didn’t get time to gather my thoughts. My shower thoughts: dreams are confusing. Some people believe that they can tell the future; others feel …
One Final Shot: 15 Opportunities That Are Going Away Soon
You have all the time in the world until your world suddenly doesn’t have much time left. This year might be your last chance, so here are 15 things you’ve got one last chance to do. First up, change career fields. We seem to be at a breaking point here.…
Later Stage Advice with Sam Altman (How to Start a Startup 2014: Lecture 20)
All right, uh good afternoon and welcome to the last class of how to start a startup. So, this is a little bit different than every other class. Every other class has been things that you should be thinking about in general at the beginning of a startup. …
Sal interviews the AP Calculus Lead at College Board | AP Calculus AB | Khan Academy
So this is Sal Khan, founder of the Khan Academy, and this is a very exciting Skype call that we’re on. I’m with Ben Hedrick, who’s the lead for AP Calculus. What do you do at the College Board? Uh, really anything with AP Calculus and AP Statistics is s…