Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 5.13 Creating functions and timers in the visual code editor

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 05:14:20 - перейти к сообщению
In this version, the Visual Code Editor Kibor has been modified.
More specifically, the ability to create visual functions and timers is added.
Function - a block of code that can be called from anywhere in the program.
Timer - a block of code executed by time, regardless of the execution of the program.

Functions are useful when you need to execute a certain code repeatedly in different parts of the program.
The timer will come in handy for example to track some events and actions when they occur, regardless of the execution of the main body of the program.

Open the old project - in the menu file OPEN OLD VERSION UP TO 5.13

This video explains how to work with these tools.