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

Basic Movment in Flash


2m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Hey guys, this is mackheads101 and today I'm going to be, uh, well we got a special guest and he's going to be showing you some action script. So, um, here we go.

Okay, so first of all I'm going to open up Flash. I'm going to be using Action Script 2 because I'm, uh, I'm not familiar with Action Script 3.

Um, for in this tutorial, I'm going to teach you how to move an object with, um, with your the arrow keys. I'm going to convert this to a symbol, name it box. Then I'm going to open up the actions, or you can press F9, and um, I'm going to write uh, on clip event and then I'm going to write a, uh, an ellipse and write enter frame, which means it will do this every time, uh, every time, every 12 times per second because of the frames per second.

Then I'm going to write if, if, and if the things inside the ellipses are true, if key period is down, key period left. Then I'm gonna write a bracket, a scrolly bracket thing, I'm writing a close bracket.

So to close the um, the if key equals is down left, I'm going to write x, meaning the x of the box plus, oops, plus equals 10. Now if we test this, uh, there'll be a command enter. What it should do, oops, I forgot a, uh, thing there. What it should do is it should move in, uh, one direction.

Now, I didn't do this correctly so I'm gonna have to change the plus to a minus so that it goes in the correct direction. So when I go with this key, it goes here. Now I'm gonna copy to make the other one. I'm going to copy this, I'm going to paste that here and write if and change the left here to a right with all caps.

I'm just going to change the minus to a plus and then if I command enter, I'll test it and I can move in both directions. Now for up and down, I'm going to paste this here and change the right to up and then change the x to a y and then minus equals 10.

Now if I command enter and test this, I can move in three directions: up, down, left, and right. And lastly, for the for down, I'll just copy paste that here, change the up to a down and change the minus to a plus.

Now I'll just test that and I can move in all four directions and, uh, and that's al...

More Articles

View All
My Life As an Adventure Filmmaker and Photographer (Part 3) | Nat Geo Live
Mike Libecki: This guy has completely changed my life. I met Mike in 2012. We did an expedition to Greenland. This is a picture of Mike after a trip we did when we went to China, Kyrgyzstan border. We did a big rock climb, and we lived, you know, when you…
It's all about talking to your users.
Most people in the world have the idea on how new startups are formed completely wrong. They think ideas of new products is something the founders come up with on a lazy Sunday or a late night coding session. You probably know it doesn’t work this way. Th…
Groups influencing policy outcomes | AP US Government and Politics | Khan Academy
In previous videos, we’ve talked about how various groups attempt to influence public policy: political parties, interest groups, bureaucratic agencies, and even social movements. We’ve talked about the policy process model; this is how a problem is ident…
Machu Picchu 101 | National Geographic
[Narrator] The stone city of Machu Picchu is one of the most fascinating archeological sites on the planet. Located northwest of Cuso, Peru, Machu Picchu is a testament to the power and ingenuity of the Inca people. During its prime, the Inca civilizati…
Net Present Value: What Future Income Is Worth Today
Let’s talk about NPV. NPV is just the net present value of something. It’s when you say that stream of payments I’m gonna get in the future: what is that worth today? So a common example of this is you’re joining a startup company and you’re getting stoc…
Graphing circles from features | Mathematics II | High School Math | Khan Academy
We’re asked to graph the circle which is centered at (3, -2) and has a radius of five units. I got this exercise off of the Con Academy “Graph a Circle According to Its Features” exercise. It’s a pretty neat little widget here because what I can do is I c…