Search found 7 matches

by Char
Sun Nov 25, 2007 2:08 pm
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

but how long does the scanning take for ..umm for example

1024*768 screen
by Char
Sun Nov 25, 2007 11:43 am
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

what does that repeat function do? how it works? but atm it scans the screen diagonally..atleast it seems to me like that Let>y=y+1 Let>x=x+1 u do these both .. so the both coordinates increase... XY1 X2 X3 X4 X5 X6 X7 X8 X9 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 the scanner moves like this ... X1-Y1 X2-Y2 X3-Y3 X...
by Char
Sun Nov 25, 2007 7:18 am
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

i looked a little bit your code..but it was rather hard..couldn't really understand everything

but here i wrote my own..does this one work?

weird..i couldnt copy my code here... so i uploaded


http://char.planet.ee/code.txt
by Char
Sat Nov 24, 2007 6:23 pm
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

ohh thanks..works great now :)

okay now this one...

i have a picture...and i want to move my mouse to a certain colour..
can this be done my MS? or with VB? or smthing?
by Char
Sat Nov 24, 2007 6:02 pm
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

okay i got it now.. ..but it isn't working right..i made this simple script here: VBSTART VBEND wait>3 VBEval>Timer,startTime wait>10 VBEval>Timer-startTime,elapsedtime send>elapsedtime elapsedtime should be equal to 10 .. but try this script..and check what answer u get..print the elapsedtime to no...
by Char
Sat Nov 24, 2007 5:31 pm
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

looks nice..i have some questions though VBEval>Timer-startTime,elapsed should there be - or , between time and starttime and does it mean that i take a timer and starttime? and you define the timer time with the random word "elapsed" ? or elapsed is somekind of function? and why is this is the 3rd ...
by Char
Sat Nov 24, 2007 5:08 pm
Forum: Beginners
Topic: Char's questions
Replies: 16
Views: 14921

Char's questions

im sure i gonna have many questions, so i made this topic, so the forum wont be filled with bunch of my little topics my script label>start mousemove>100,100 wait>1 mousemove>200,200 wait>1 goto>start so after every sec it changes between these locations.. this script works, but i want it to change ...
Sign up to our newsletter for free automation tips, tricks & discounts