blackhornet Ashley
Thank you blackhornet. I give data structures lessons. And i planned to create some interactive sorting algorithm animations. So i need to use complicated loops and show some values in the loop at every step.
I created another test. This example is very similar to Ashley's tutorial
The example in tutorial
+ On start of layout
+ Repeat 10 times
-> System: wait loopindex seconds
-> Text: append text "Time = " & time & newline
Here is mine but it didn't works( If you disabled the wait, it works normally)
<img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/fortest.png" border="0">