Media Summary: This lesson shows how to accomplish loops. Please comment below if you dont like the audio quality or if you want a re-upload. Today we step aside from videos and batch Today we learn the randint command. Code is below: var x, y, col : int loop for i : 1 .. 500 randint (col, 45, 255) randint (x, 1, 640) ...
Intermediate Programming Ep 6 Buttons - Detailed Analysis & Overview
This lesson shows how to accomplish loops. Please comment below if you dont like the audio quality or if you want a re-upload. Today we step aside from videos and batch Today we learn the randint command. Code is below: var x, y, col : int loop for i : 1 .. 500 randint (col, 45, 255) randint (x, 1, 640) ... Today we learn how to generate sounds from Turing at a certain frequency and how to play musical notes. Code: var count : int ... Today we learn how to do for loops. Here is the example I used: for i: 10..1 put -hello- end for.