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
The Truth About Toilet Swirl - Southern Hemisphere
Today, we’re trying something that’s never been done before. I have made this video and Destin has made a video on Smarter Every Day, and we want you to play them both at the same time. So there’s a link to his video down in the description, so find a way…
360° Giant Sequoias on a Changing Planet – Part 2 | National Geographic
[Music] One of the things that’s so interesting about the giant sequoia trees is how long they can live: a thousand, two thousand, three thousand years. Although they are incredibly resilient, we’ve managed to change our climate so much. We just don’t rea…
Mercury 101 | National Geographic
[Narrator] The planet Mercury is named after the messenger of the Roman gods, because even the ancients could see how swift and fleeting it is in the sky. But it wasn’t until recently that scientists began unraveling Mercury’s many mysteries. Mercury is…
Derivative of __ | Advanced derivatives | AP Calculus AB | Khan Academy
What we have right over here is the graph of ( y ) is equal to ( e^x ). What we’re going to know by the end of this video is one of the most fascinating ideas in calculus, and once again, it reinforces the idea that ( e ) is really this somewhat magical n…
A Suspiciously Expensive Delivery | To Catch a Smuggler: South Pacific | National Geographic
Auckland International Airport processes 21 million passengers every year and climbing. Customs and Immigration have just been alerted to a visiting Lithuanian woman with quite a history. Officer James is keen to take on the case. It looks like she had so…
BULLET TIME FAIL (Slowmo) - Smarter Every Day 101
Surprised you had it running at full speed. Hey, it’s me, Destin. Welcome back to Smarter Every Day. This is Mark Rober. Mark is using me. Is this true or false? - [laugh] - Mark is using me to access your subscribers. I’m not really happy about this, Mar…