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
How I Made My First Million Dollars Part 2 | Ask Mr. Wonderful Shark Tank's Kevin O'Leary
Hey, Mr. Wonderful here, and welcome to another episode of Ask Mr. Wonderful. Now, this week, as always, has been brought to you by questions from the audience, which I think is the best way to do this. There are two that I found absolutely fascinating, k…
Having Hip Replacement Surgery: What to Expect
I, I, I need a hip replacement. For 32 years of playing squash, my right hip is killing me. I want to get back in the game. I’ve been avoiding it for two years. I could go anywhere. I could go to Abu Dhabi. I could go to Dubai. I can do anywhere in the Un…
I Make Boring Videos
Before diving into this video, I have a question: do I have your undivided attention? If you’re working or playing a game, I highly suggest you pause everything for the next 10 to 15 minutes and only listen to my words. You don’t have to, of course, but I…
How to Stay Focused For Long Periods of Time (even on boring things)
What’s happening, forum? Okay, so we’re gonna check the results from the giveaway! Just so you know it’s legit, Nutrition Sidekick Journal total entries: 1882, which is awesome. Winners ready? Go! Winners to draw: one winner because we have one prize. 650…
How Bill Ackman Lost $400 Million in 90 Days
Billionaire investor Bill Ackman recently lost 400 million dollars in less than 90 days, and in this video, we’re going to talk about what happened. Ackman is one of the most closely followed and highly respected investors on Wall Street, and rightfully s…
The Small Investor's Secret Weapon
Hey guys, welcome back to the Aussie World Creation YouTube channel. My name is Brandon, and today I’m going to be talking about why small investors—this little guys, you and me—have an unbeatable advantage over the really big players in the stock market …