I need some help here

08/31/2012 20:34 CantShutMyMouth#1
Hello guys. Is it posible for auoit,with PixelSearch i think,or any other way to calculate the impact/collision between 2 objects(2 pixels) and see where 1 and other go? Or,wth other words,is is possible to make a pool bot in Autoit? :)
08/31/2012 23:21 lolkop#2
Quote:
Originally Posted by CantShutMyMouth View Post
Hello guys. Is it posible for auoit,with PixelSearch i think,or any other way to calculate the impact/collision between 2 objects(2 pixels) and see where 1 and other go? Or,wth other words,is is possible to make a pool bot in Autoit? :)
yes it is...
simple maths
09/01/2012 16:38 CantShutMyMouth#3
Can you show me an exmple? i don't need the sourcode or ere bot...only an examle.
Thanks
09/01/2012 18:42 lolkop#4
there are dozens of workouts about this topic...

you should google for it.

here's one example:
[Only registered and activated users can see links. Click Here To Register...]
09/02/2012 01:03 CantShutMyMouth#5
I've already konown that ,what is in the PDF file. I was thinking to an example like how autoit is working with angles:)
09/02/2012 01:04 DoubleTiMeX#6
Yes it is.
09/02/2012 06:23 lolkop#7
Quote:
Originally Posted by CantShutMyMouth View Post
I've already konown that ,what is in the PDF file. I was thinking to an example like how autoit is working with angles:)
i don't really get your problem...

you've got the standard trigonometric functions, you're using in school or other languages too, to work with angles.

sin(), cos(), tan(), asin(), acos(), atan(), ...