Psychobird25 Posted July 6, 2018 Posted July 6, 2018 Embarrassing question, but I couldn't get this working because I can't figure out how to write "speed" into the MouseClickDrag. I tried to google this but I still feel like I'm doing something wrong. Thanks. MouseClickDrag("Left", 650, 300, 450, 300, speed = 50)
xcaliber13 Posted July 6, 2018 Posted July 6, 2018 Psychobird25 MouseClickDrag ( "button", x1, y1, x2, y2 [, speed = 10] )
Moderators JLogan3o13 Posted July 6, 2018 Moderators Posted July 6, 2018 @Psychobird25 below would be a simple (actually working) example: MouseClickDrag("left", 100, 100, 100, 300, 20) "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now