Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TigronGT

Pages: [1]
1
Помогите выполнить код. В коде несколько потоков, нужно остановить один поток через определенное время (например через 20 минут)
Code: (clickermann) [Select]
SETTHREAD (potok7, 1)   // активируем

THREAD(potok7, 0) 
SETTHREAD (potok2, 1)
WAIT(1200)
SETTHREAD (potok2, 0)
END_THREAD

THREAD(potok2, 0)
rubin:
WAITMS(15)
LCLICK(515,460)
WAITMS(15)
LCLICK(750,350)
WAITMS(15)
LCLICK(740,400)
WAITMS(15)
LCLICK(1045,415) 
WAITMS(15)
LCLICK(865,480)
WAITMS(15)
LCLICK(995,425)
WAIT(60)
GOTO(rubin)
END_THREAD

Pages: [1]