I made a vending machine out of the boxes of cereal I ate in the morning. Nothing really happened today at school. For lunch, I had spaghetti. At recess, the score was 0-0 again. I took some shots, but I was unlucky. Thankfully, my legs felt 100% better today. When I got home, I got on code.org and coded for about 20 minutes. This is what I wrote:

function loading() {
var X = prompt("To start loading type Load");
setScreen("Loading");
if (X == "Load") {
console.log("Load start");
}
setTimeout(function() {
setText("AssetLoad", "001");
setTimeout(function() {
setText("AssetLoad", "002");
setTimeout(function() {
setText("AssetLoad", "003");
setTimeout(function() {
setText("AssetLoad", "004");

setTimeout(function() {

setText("AssetLoad", "005");
}, randomNumber(1000, 3000));
}, randomNumber(1000, 3000));
}, randomNumber(1000, 3000));
}, randomNumber(1000, 3000));
}, randomNumber(1000, 3000));
}
loading();

What this does is it waits for 1000-3000 milliseconds, then sets a text label's text to a number.

After that, I went to taekwondo. I wanted to lead down, but I got up. The reason I wanted down was because I didn't really know up's that well. When it was my time to go up there, I got everything right except for one of the workouts, I said "I forgot what this was called but do this". The class laughed, even Master Foster was laughing as well. After taekwondo, I went to my swim class, then went to eat at Rio150. I got home then got settled down for bed. I am really tired tonight and worried about the pre-test on Saturday.