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

Object Follows mouse in Flash


2m read
·Nov 3, 2024

Hey guys, this is Mads 101. Today I got another special guest showing you how to do something special in Flash. So, uh, here we go.

Hey guys, so in, uh, for today's tutorial, I'm going to, uh, make an object follow the mouse with, uh, Flash ActionScript. I'm using Flash ActionScript 2.0.

So I'll start off by drawing a little object, then I'll convert that to a movie clip. I'll name it "Smiley Face." Now I'll open up the actions, which, uh, which will be how you actually make it follow the mouse.

So I'll start off by writing "onClipEvent(enterFrame)," which will make it so that it, uh, every time, every, uh, or the frames per second is 12. So 12 times per second, it should, uh, it should do that.

Within the inside the brackets, so I'll write in "x = _root._x + _dxMouse." And what this means is that it sets a variable called X, and that equals, uh, the X Mouse in the, uh, _root.

So then I'll do "y = _root._y + _dyMouse," and this does the same thing for the, um, Y component of the, uh, of the mouse.

Now I'll make it so that it, um, moves. So I'll do "x += x - _dx;" then I'll do "y += _Y - _dy."

Now, if I test the movie, it should be following the mouse. And I'll, I'll bump up the, uh, frames per second to 24 so it looks better, smoother.

And now, it's not using yet—it's only, uh, on the mouse. So I'll, I'll make it so that it eases by dividing the thing that it's, uh, the ratio there, or the, uh, little subtraction thing, and I'll divide the whole thing by 10.

I'll do that for both the X and the Y. So now, if I, if I test the movie, it should be following the mouse; it should be easing to the mouse.

And, uh, that's all. Um, and there'll be, uh, the code will be in the description of the video. And, uh, that's all.

More Articles

View All
Simplifying numerical expressions | Algebraic reasoning | Grade 5 (TX TEKS) | Khan Academy
All right, what we’re going to do in this video is get a little bit of practice evaluating expressions that look a little bit complicated. So, why don’t you pause the video and see how you would evaluate this expression on the left and this expression on …
Hear What Space Is Like From NASA's Most Traveled Astronaut | National Geographic
It is an incredible experience to see the details of the Earth from that vantage point and to see the Earth is uniquely suited for life. I think I’ve been on orbit with over 50 different people. If you counted them all up, the very unique views of what y…
Ben Huh on Therapy
My name is Benoit, and I’m the founder and former CEO of the Cheeseburger Network, and also co-founder of the news app Circa. Now, I work at Y Combinator on some special projects. I first started going to therapy about four or five years ago when I was g…
Ray Dalio On The Biggest Failure of His Career
So you had this huge failure after being wildly successful very early on in your life. You had to borrow $4,000 from your parents, and he started to reflect on this, and he came up with this very interesting principle: pain plus reflection is equal to pro…
Use the Force! | Explorer
Innovator Ton Lee is changing the way we study the brain. So that will feel a little wet on your head because this is the nature of this system. Lee’s revolutionary headset records our brain waves and translates them into meaningful data that’s easy to u…
Enumerated and implied powers of the US federal government | Khan Academy
In this video, we’re going to focus on enumerated powers versus implied powers for the federal government. Enumerated just means powers that have been made explicit, that are clear, that have been enumerated, that have been listed someplace. While implied…