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
Factorization with substitution | Polynomial factorization | Algebra 2 | Khan Academy
We’re told that we want to factor the following expression that they have right here, and they say that we can factor the expression as ( u + v ) squared, where ( u ) and ( v ) are either constant integers or single variable expressions. What are ( u ) an…
Relative maxima and minima worked example
This is the Khan Academy exercise on relative maxima and minima, and they ask us to mark all the relative maximum points in the graph. Like always, pause this video and see if you can figure out which are the relative maximum points. Okay, now let’s work…
Tutankhamun's True Burial Chamber | Lost Treasures of Egypt
It’s always exciting. Sometimes there’s even between the workmen a bit of a competition: who will find first? While conservators move the painted walls to the storerooms for safekeeping, T spots something in the sand. We have a pillar, and I can see alrea…
MAKE YOUR CAT A DJ -- and more! LÜT #18
Bake two pies at the same time and then relax on pancake pillows. It’s episode 18 of LÜT. You can also choose to use emoticon pillows or a True Blood necklace. If you’re a neat freak, protect your tables with Portal 2 warning sign coasters. And then stor…
15 Lessons Defeat Teaches You
There are two types of people in this world: those who’ve experienced defeat and those who are about to be defeated. Unless, of course, you’re Miyamoto Musashi or Sun Tzu. Even then, we’re talking about legends. Listen, we don’t want to discourage anyone,…
Financial Tips for Millennials: Part 2
The second thing is how do I save? Well, what should I put my saving in? When thinking about what you should put your saving in, realize that the least risk investment, the one you think is the least risk investment, which is cash, is the worst investmen…