FrenzyCat Posted January 20, 2014 Posted January 20, 2014 I have this animation that changes direction randomly. What is the best way to check this animation's mouse coordinates. Any help would be appreciated. I tried to use pixelfind it seems like the animation does not have the same pixel colors on different directions. Should i store 8 different pixel colors and try to find them or is there an easier way to that.
Palestinian Posted January 20, 2014 Posted January 20, 2014 PixelSearch Searches a rectangle of pixels for the pixel color provided. PixelSearch ( left, top, right, bottom, color [, shade-variation [, step [, hwnd]]] ) Try tge sgade-varation, should work unless the entire color changes to a whole new color.
michaelslamet Posted January 21, 2014 Posted January 21, 2014 I dont think our forum rules allow this
FrenzyCat Posted January 21, 2014 Author Posted January 21, 2014 It's an open source project. I don't think it is not allowed.
Developers Jos Posted January 21, 2014 Developers Posted January 21, 2014 It's an open source project. I don't think it is not allowed. Doubt that is somewhere stated in the forumrules, so no it is not allowed. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts