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
This Senior-Citizen Synchronized Swim Team Will Make Your Day | Short Film Showcase
I think that in a former life, I must have been a fish. I won’t say what kind, but certainly was not a goldfish. Oh, the freedom! I feel so free. I just wish I could be naked, but I can’t be. But I just love that free. Swimming for me is like a second fo…
Khan Academy Ed Talks featuring Ben Gomes - Thursday, April 22
Hello and welcome to Ed Talks with Khan Academy, where we talk to influential people in the education space. Today, we are happy to welcome Ben Gomes, who’s the Senior Vice President of the Learning and Education organization at Google. Before we get int…
Why Four Cowboys Rode Wild Horses 3,000 Miles Across America (Part 2) | Nat Geo Live
April first, we began our journey that is at the border of Arizona and Mexico, and I promise you we did not plant that flag there. We just rolled up in real life; it’s kind of photogenic. We’ll take a picture next flag. So we started our journey, and we …
Why I Stopped Buying Real Estate
What’s up, Graham? It’s guys here. So, you probably clicked on the video because you saw the title and wanted to see if it was clickbait after all. For nearly my entire adult life, I’ve been known as the real estate guy. It’s what I did right after high s…
Meteor Showers 101 | National Geographic
(Haunting music) - [Narrator] Nearly 50 tons of space debris crash onto the Earth every day. While some debris shyly dissipate into the atmosphere, others display a spectacular light show. (Mellow music) Meteor showers occur when the Earth’s orbit inters…
Possessive pronouns | The parts of speech | Grammar | Khan Academy
All right, grammarians, let’s get down to it and start talking about possessive pronouns. A possessive pronoun is a pronoun that we use to show possession of something, which is just sort of a fancy way of saying you have it. So possession equals having s…