you mean like
[blocks]
<when green flag clicked>
<forever>
do something
<wait( 5 )secsc>
<end>
Offline
Use stepping.
Add a method called stepTime and set it (in milliseconds) to the time interval, and then a method called "step: evt" to execute the code.
Offline