while(true) {
movePlayer('upright', '10 * Time.deltaTime');
}
Here, an animation is done. No button or mouse click is done. Everything moves automatically.
How to make that in electronics ?
I know that with an human action, this can be done
[Mouse click]-------| \--------[Light pixel on (10,10)]
but... I want to automate this without any human action. How to do that ? For instance, if I want to light on, light off, light on, light off... several times, how to do that ?