NELyon Posted February 12, 2008 Posted February 12, 2008 I noticed AlamarM was having trouble with his _MouseInfo aparently, so I decided to take over. Func _MouseInfo() Local $x, $y, $color, $pos $pos = MouseGetPos() $x = $pos[0] $y = $pos[1] $dum = PixelGetColor($x, $y) $color = Hex($dum, 6) Dim $info[3] = [$x, $y, $color] Return $info EndFunc
AlmarM Posted February 12, 2008 Posted February 12, 2008 Aha, u edited my script Its nice tought Only, I just dont get it now 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 Author Posted February 12, 2008 Aha, u edited my script Its nice tought Only, I just dont get it now I started from scratch lol
AlmarM Posted February 12, 2008 Posted February 12, 2008 Haha, I thinking about more selfmade commands 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.
jvanegmond Posted February 12, 2008 Posted February 12, 2008 Haha, I thinking about more selfmade commands Here's a little friendly word of advice: OMFG WTF DON'T!!!!! github.com/jvanegmond
GaryFrost Posted February 12, 2008 Posted February 12, 2008 *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