Jump to content

My first selfmade Command :P


AlmarM
 Share

Recommended Posts

I made _Wait()

Its the same as Sleep() :)

_Wait(2000)

Func _Wait($nTime)
    Sleep($nTime)
EndFunc

MY FIRST SELFMADE COMMAND :)

Im to happy for something small :) ?

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.

Link to comment
Share on other sites

Haha, I just realized I can do this at every command :)

I just tought I made my own Command :)

Thx for the funny comments :)

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.

Link to comment
Share on other sites

_MouseInfo() need to collect XY pos & Hex Color

So if u do: MsgBox(0, "Test", _MouseInfo())

It will pop-up the MsgBox and say:

Title: Test

Msg: X: 234 Y: 546 Hex Color: 0x533453

For example

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.

Link to comment
Share on other sites

@LIMITER

Thx

EDIT:

I had the same script, only I didnt had the Return :)

@weaponx

Yes

Edited by AlmarM

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.

Link to comment
Share on other sites

I made a release BEFORE u gave me the code :)

http://www.autoitscript.com/forum/index.php?showtopic=64156

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...