sunkist0 Posted May 1, 2010 Posted May 1, 2010 Im just trying to make it so when a color pops up, AutoIt detects it and moves the mouse there.
Moderators Melba23 Posted May 1, 2010 Moderators Posted May 1, 2010 sunkist0,Welcome to the AutoIt forum. Go and look at PixelSearch and MouseMove in the Help file. They will do what you want. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
niubbone Posted May 2, 2010 Posted May 2, 2010 Also, you can check this: http://www.autoitscript.com/forum/index.php?showtopic=21048 It's a little executable tutorial all made in autoit. In one of its pages there is a bot for a 3d pong flash game which uses the functions u were asking for. You can check the source of that both and see how to use and make one.
sunkist0 Posted May 2, 2010 Author Posted May 2, 2010 Don't see how this works. And Easy Step-by-Step Tutorials for beginners?
Moderators Melba23 Posted May 2, 2010 Moderators Posted May 2, 2010 sunkist0 Easy Step-by-Step Tutorials for beginners?niubbone pointed you at one. I would suggest reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) - this will help you enormously. You could also look at another excellent tutorial that you will find here - you will find other tutorials in the Wiki (the link is at the top of the page). There are even video tutorials on YouTube if you prefer watching to reading. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Fi0da Posted May 3, 2010 Posted May 3, 2010 Sunkist0... The way they teach is this. You should read and understand ... try things without fear. Take a look at examples in your Autoit/examples. There are numerous types of scripts to learn how it works. Over time you'll be creating your code I also am learning that way ..... Wellcome I read ... I update ... I learn ...
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