LiLShinta Posted May 7, 2008 Posted May 7, 2008 hello to all.. my target is to create a pixel marker, or i want to have a mark point on a corresponding X & y coordinate and when the color of that pixel is change then it will send space to hit the bumper.. please help...
covaks Posted May 7, 2008 Posted May 7, 2008 $StartColor = PixelGetColor(500,500) Do Until PixelGetColor(500,500) <> $StartColor Send("{SPACE}")
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