Jump to content

Please Help


 Share

Recommended Posts

Func MCT(ByRef $WposT,ByRef $WposA,ByRef $PT,byref $PA,ByRef $T,ByRef $A,ByRef $W,ByRef $TTT) ;$TTT 0 mousemove 1 MouseClick 2 ToolTip
    $tool = $T/2
    $arz = $A/2
    $posT = $PT + $tool + $WposT
    $PosA = $PA + $arz + $WposA
            If $W = 0 Then
                MouseMove ( $tool+1 , $arz+1 , 2 )
            EndIf
            If $W = 1 Then
                MouseClick ("Left" , $tool+1 , $arz+1 )
            EndIf
            If $W = 2 Then
                ToolTip ($TTT , $tool+1 , $arz+1)
            EndIf
EndFunc

Why it's not working???

Link to comment
Share on other sites

It's only a guess, but based on

;$TTT 0 mousemove 1 MouseClick 2 ToolTip

and

If $W = 0 Then

MouseMove ( $tool+1 , $arz+1 , 2 )

EndIf

If $W = 1 Then

MouseClick ("Left" , $tool+1 , $arz+1 )

EndIf

If $W = 2 Then

ToolTip ($TTT , $tool+1 , $arz+1)

EndIf

I guess you replaced $TTT with $W

And remember something. You'll see it in the signature of one of the greatest users here

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

I ran. I ran until my muscles burned and my veins pumped battery acid. Then I ran some more.

Link to comment
Share on other sites

@cameronsdad - I haven't seen you in a long time. Glad to see you back on the forum!

Thanks man, yeah i've been gone for a while. got another boring desk job so i decided to get active again to kill time over here. lol. i'm more than a bit rusty though so don't expect me to be too horribly much help
Link to comment
Share on other sites

Thanks man, yeah i've been gone for a while. got another boring desk job so i decided to get active again to kill time over here. lol. i'm more than a bit rusty though so don't expect me to be too horribly much help

Did you see this post?

http://www.autoitscript.com/forum/index.php?showtopic=118106&view=findpost&p=822097

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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