i currently have this lil thing.
repeat
wait(1);
if (TimeFromMark(Timer) > 5000 + random(1000)) then KeyUp(38) and break;
until (FindBitmap(........);
so basically, i want this timer to reach 5000 + random 1000 ms, then keyup(38) and then following it, a break. it doesnt compile correctly and i dont know how to do it. help plz



Reply With Quote

