Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Whats the difference between MouseButton1Down and MouseButton1Click?

Asked by
Jurdy 0
9 years ago

I get those two mixed up..

1 answer

Log in to vote
0
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
9 years ago

There really is no big difference between the two. You can use either one and your GUI will most likely work perfectly fine with each.

The only difference is that MouseButton1Click will fire each time you make a full click - down and up. MouseButton1Down, however, will fire each time your left mouse button is down; it need not go up for the event to execute.

0
ohhh HappyTimIsHim 652 — 5y
Ad

Answer this question