AlmarM Posted February 12, 2008 Posted February 12, 2008 I made another Selfmade Command (With some help) Func _MouseInfo() $pos = MouseGetPos() $hex = Hex(PixelGetColor($pos[0] ,$pos[1]) ,6) $Info = "X: " & $pos[0] & " Y: " & $pos[1] & " Hex Color: " & $hex Return $Info EndFuncoÝ÷ Ù&¯z+Z°Ê.±â'~®ÜضަºzË"¢v¥)çb¡«·J^ëLZ^jëh×6#include "MouseInfo.au3" MsgBox(0, "Ur MouseInfo", _MouseInfo()) Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
NELyon Posted February 12, 2008 Posted February 12, 2008 Agh! You beat me! I just made a _MouseInfo script like 3 mintues ago
Toady Posted February 12, 2008 Posted February 12, 2008 Nice, good job! MouseInfo.au3 should be included in the next Autoit release. www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding
James Posted February 12, 2008 Posted February 12, 2008 Toady, is that a bit of sarcasm I see there? Lol, maybe if he was to use some of the WinAPI calls for mouse info then yes. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
GaryFrost Posted February 12, 2008 Posted February 12, 2008 How about something useful *Click* SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts