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
15 Signs You’re NOT Like Everybody Else
This is everyone else, and this is you. You’re not like everyone else. You were not born the same. You were not raised the same. Most of them don’t even know what you’re capable of. Or do they? By the end of this video, you’ll find out. Here are 15 signs …
“Goodbye REST? How Model Context Protocol (MCP) Is Revolutionizing Banking APIs with Gen AI”
Speaker: Welcome. Today we’re asking a provocative question. Is the model context protocol or MCP poised to replace traditional APIs? We’ll explore how this emerging pattern can reshape the way banking apps and many other systems talk to data. Speaker: W…
Subscriptions Are Scamming You
Subscriptions are everywhere: streaming services, software, groceries, even the heating in your car. Companies have convinced us that subscriptions will make our life easier, give us access to way more than we could afford if we had to pay out of pocket f…
Shiba Inu Just Broke The Internet
What’s up, Dogecoin? It’s Shiba Inu here, and well, that was fast! Just a week ago, I covered my thoughts about the latest cryptocurrency seemingly overtaking the entire market, cannibalizing everything in its path, and quickly turning some people into mu…
Determining whether values are in domain of function
We’re asked to determine for each x value whether it is in the domain of f or not, and they have our definition of f of x up here. So pause this video and see if you can work through this before we do it together. All right, so just as a bit of a review,…
Why You're Doomed to the 9-5 Trap | Charles Bukowski
People simply empty out their bodies with fearful and obedient minds. The color leaves the eye. The voice becomes ugly, and the body, the hair, the fingernails, the shoes, everything does. Does this sound familiar? A long day looking in front of the compu…