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
Howard Marks on Investing in a Low Interest Rate Environment
How are return high returns achieved? High risk-adjusted returns, how do you get high returns with low risk? The answer, in my experience, is investors make money most safely and most easily when they do things that other people are unwilling to do. What…
Is Light a Particle or a Wave?
There is a video on YouTube which has Deutsch explain the famous quantum double slit experiment, which is about particle-wave duality. Is light a particle, or a wave? You pass it through a slit depending on whether there’s an observer and interference or …
Bill Belichick & Ray Dalio on Toughness: Part 1
When we were talking before, we were talking about, um, the different elements and systemizing it. Um, for example, you describe the different types of toughness. Um, the person gets hit this way has got a certain type of toughness. This you probably gave…
Geoff Ralston: The Story of Your Startup
Yeah, I just wanted to spend a couple of minutes talking about something that I think is absolutely vital to startup success. But although it’s fundamental, it is often somewhat overlooked, and that is really the invention, the creation of the story of yo…
Surviving a Pathet Lao Prison | No Man Left Behind
Unassisted, Vietnam cannot produce the military formations essential to it. News is just breaking: a United States plane has been shot down over [Music] La. When they caught me, I took everything [Music] away, but you’ve got something that they can’t get…
Analyzing related rates problems: expressions | AP Calculus AB | Khan Academy
The base ( b ) of the triangle is decreasing at a rate of 13 meters per hour, and the height ( h ) of the triangle is increasing at a rate of 6 meters per hour. At a certain instant ( t_0 ), the base is 5 meters and the height is 1 meter. What is the rat…