yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Maze game in Flash


2m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Hey guys, this is Maad 101, and today we have a special guest, and he's going to show you how to make a maze game in Flash. I'm going to show you what I mean by that. Um, really quickly, we programmed this game, and um, if you lose, it'll play the "you lose" screen.

You have to keep your mouse in this um, white area, and if I go and I play properly, just hold on one sec, it'll say "I won." If I lose, if I lose by going in the pink area, it'll say "you lose." So now, um, our special guest is going to be showing you how to make this in Flash CS4. So let's get started.

Hi guys, uh, so I'm going to be using uh, ActionScript 2, not ActionScript 3. So, um, because I'm not going to draw out all this stuff for you, I'll just copy it from this file. Um, and so, if you just have this shape here, I'll convert it to a movie clip.

Um, and then I'll open up the actions and then write in "on rollover, gotoAndStop(2)," and frame 2 will be the um, the "you lose" screen. Okay? And um, for the wins, for the "you win" screen thing, I'll instead... I'm not going to write the text there, I'll just um, I'll just make a um, button here, and I'll convert that to a button.

I'll make it an invisible button by putting it on only the hit thing, not the up, over, or down, and it'll look blue, but in your actual exported Flash movie, you won't see it at all. So now I'm going to um, I'm just going to actually copy this and paste it in here and write "gotoAndStop(3)."

And so now I just need to write in um, I'll put a stop function in there so that it just stops the movie from playing the go, the lose or win. In frame 2, it'll say "you lose," and in this frame, it'll say "you win."

So now we test that. You should go here, and then if you roll over... hold on a sec. Oh, sorry, um, I forgot to put in the actions uh, that it says instead of "gotoAndStop(2)," it's "root.gotoAndStop(2)" because it's a movie clip. That's one of the disadvantages of movie clips.

Uh, yeah, but buttons, you can just write "gotoAndStop" and it should work fine. So now if I test this, if you roll over here, it says "you lose," and if you go over through the maze and roll over that part, it says "you win."

And uh, that's the end of this tutorial. Okay, so thank you for watching, and goodbye...

More Articles

View All
A Simulated Mars Tour | StarTalk
Hi Neil, welcome to Hi Seeds and Hawaii Space Exploration Animal Looking Simulation! I’m really excited to give you guys a tour, so come on, let’s go. This is the biology lab, and this is our astrobiologist Cyprian. So, most of the experiments we’re doin…
Directional derivative, formal definition
So I have written here the formal definition for the partial derivative of a two-variable function with respect to X. What I want to do is build up to the formal definition of the directional derivative of that same function in the direction of some vecto…
Being Ethical Is Long-term Greedy
In one of your tweets, you listed out some of the things you should study, like programming, sales, reading, writing, and arithmetic. One of the items that ended up on the cutting room floor was that you should also study ethics. I was originally going to…
Quantity theory of money | AP Macroeconomics | Khan Academy
In this video, we’re going to talk about the quantity theory of money, which is based on what is known as the equation of exchange. It tries to relate the money supply ( M ) (so this is some measure of the money supply) with the real GDP ( Y ) (so that is…
Integrating power series | Series | AP Calculus BC | Khan Academy
So we’re told that ( f(x) ) is equal to the infinite series we’re going from ( n = 1 ) to infinity of ( \frac{n + 1}{4^{n + 1}} x^n ). What we want to figure out is what is the definite integral from 0 to 1 of this ( f(x) ). And like always, if you feel i…
Example diving a unit fraction by a whole number
So let’s see if we can figure out what one-third divided by five is. And I’ll give you a hint: try to draw out one-third of a whole and then divide it into five equal sections. Pause this video and try to do that. All right, now let’s try to work through…