Rental Posted December 18, 2008 Posted December 18, 2008 (edited) this one checks if the mouse is over the color back While 1 $mouse = MouseGetPos() $pix = PixelGetColor($mouse[0], $mouse[1]) If $pix = 0x000000 Then ;change this to the color you want. MouseClick("left") EndIf WEnd GL, Rental Edited December 18, 2008 by Rental
Bllacke Posted December 18, 2008 Author Posted December 18, 2008 this one checks if the mouse is over the color back While 1 $mouse = MouseGetPos() $pix = PixelGetColor($mouse[0], $mouse[1]) If $pix = 0x000000 Then ;change this to the color you want. MouseClick("left") EndIf WEnd GL, RentalThank you so much.
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