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
Moving Illusions
Hey, Vsauce. Michael here. This is a completely still image, but as your eye reads what I’m saying and jumps from word to word, the paragraph will appear to slightly, just subtly, wave and boil. The allusion is called anomalous motion. It’s neat. But to …
Local taxes | Taxes and tax forms | Financial Literacy | Khan Academy
When you look around your town, you’ll see a lot of services for you and other people in your town, and you might wonder who pays for it all. For example, in this picture, which I actually generated with AI—very exciting—you see all sorts of local service…
What Does 'Genius' Mean? | Genius
What does “genius” mean, to me? I think there are many brilliant people in the world, many people who are very, very intelligent. So I think it has to do with a line of dialogue that I think we have in the first episode, which is, “A genius is not just an…
Multiplying 3-digit by 2-digit numbers: Error analysis | Grade 5 (TX TEKS) | Khan Academy
So we have a situation here where someone is attempting to multiply 586 * 43, and what we want to do together is figure out if they did this correctly or whether they made a mistake. And if they made a mistake, what step did they make a mistake on? Actual…
TIL: We Have Lost 50% of Wildlife Since 1970 | Today I Learned
So one thing that really surprised me was from 1970 to 2010. You know, in 40 years, we’ve lost over half our wildlife population. In 2014, there was this study that was done, and basically what they do is look at elephants and tigers and fish and all the…
Rebuilding the World of 1620 | Saints & Strangers
I’ve covered myself a little. I do not sleep safe, nor do I seek glory at war. If it’s something like this, where it’s 1620, you finally got to get yourself immersed into the era. To start with, I did a lot of research on the pilgrims themselves: who they…