1 00:00:00,429 --> 00:00:04,370 Stacy: Stampy, Lizzy, Preston - thank you for coming with me. 2 00:00:04,370 --> 00:00:07,240 What I want to show you is just over this mesa plateau. 3 00:00:07,240 --> 00:00:09,070 I think you're going to love it! 4 00:00:09,070 --> 00:00:16,660 WAIT A MINUTE THERES A HOLE IN THE TRACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (screaming) Is everyone okay? 5 00:00:16,660 --> 00:00:18,410 Stampy: Ah, I see the problem. 6 00:00:18,410 --> 00:00:19,410 Look! 7 00:00:19,410 --> 00:00:20,410 There was a hole in the track. 8 00:00:20,410 --> 00:00:22,190 Stacy: Really, Stampy? 9 00:00:22,190 --> 00:00:24,870 Lizzy: Maybe we should gather blocks to fix it. 10 00:00:24,870 --> 00:00:26,270 Preston: Let's make it a race. 11 00:00:26,270 --> 00:00:27,740 First one back to the top wins. 12 00:00:27,740 --> 00:00:30,119 Stacy: Ok, on your mark, get set, GO! 13 00:00:30,119 --> 00:00:34,320 Ok, I'm just gonna gather some of this terracotta. 14 00:00:34,320 --> 00:00:35,320 Wait. 15 00:00:35,320 --> 00:00:36,320 Guys, I can't mine! 16 00:00:36,320 --> 00:00:37,320 Preston: Same. 17 00:00:37,320 --> 00:00:38,320 Lizzy: I can't either. 18 00:00:38,320 --> 00:00:40,470 Stacy: Ok, that is really strange. 19 00:00:40,470 --> 00:00:41,489 Stampy, can you mine? 20 00:00:41,489 --> 00:00:42,550 Stampy: I can't mine! 21 00:00:42,550 --> 00:00:44,450 Stacy: Ok, everyone stay calm. 22 00:00:44,450 --> 00:00:45,600 Stampy: Is the game broken? 23 00:00:45,600 --> 00:00:47,469 Stacy: If it is, how do we fix it? 24 00:00:47,469 --> 00:00:48,469 Lizzy: I don't know. 25 00:00:48,469 --> 00:00:51,170 Stampy: Does anyone know how to write Minecraft code? 26 00:00:51,170 --> 00:00:53,329 (poof) Preston: What is that? 27 00:00:53,329 --> 00:00:55,120 Stampy: I've never seen one of these before. 28 00:00:55,120 --> 00:00:56,379 Lizzy: It's so adorable! 29 00:00:56,379 --> 00:00:58,700 Stacy: Is it...is it tameable? 30 00:00:58,700 --> 00:01:01,540 Preston: Okay, what is going on? 31 00:01:01,540 --> 00:01:04,140 Someone needs to go back to the real world and fix this. 32 00:01:04,140 --> 00:01:05,780 All: Not it! 33 00:01:05,780 --> 00:01:07,840 Stacy: Not i- (Sigh.) 34 00:01:07,840 --> 00:01:09,900 Ok, I'll go. 35 00:01:11,940 --> 00:01:12,980 Hey! 36 00:01:12,980 --> 00:01:16,640 Oh, okay, hey, so I'm in the real world now. 37 00:01:16,650 --> 00:01:19,820 I'm going to go try to find the Minecraft offices. 38 00:01:19,820 --> 00:01:21,720 But, I'm going to need your help. 39 00:01:21,720 --> 00:01:25,780 Start doing the tutorial, start learning how to code, and I'll catch up with you guys after 40 00:01:25,780 --> 00:01:27,450 a few levels, okay? 41 00:01:27,450 --> 00:01:28,680 Wish me luck! 42 00:01:30,820 --> 00:01:33,620 I think it's this way. 43 00:01:33,630 --> 00:01:34,630 Ow! 44 00:01:34,630 --> 00:01:35,630 Cactus! 45 00:01:35,630 --> 00:01:37,600 I'm okay! 46 00:01:37,600 --> 00:01:42,880 To complete the Hour of Code challenge, you'll need to write code to program the agent. 47 00:01:42,880 --> 00:01:47,700 You'll work together with The Agent to clear any obstacles in your path, so you can pick 48 00:01:47,700 --> 00:01:50,259 up the items you'll need for your journey. 49 00:01:50,259 --> 00:01:55,730 Only the Agent can place and break blocks, and only you can collect items. 50 00:01:55,730 --> 00:02:00,700 Your screen is split into three main parts. On the left is Minecraft. 51 00:02:00,700 --> 00:02:05,980 The middle area is the toolbox with commands that the Agent can understand. 52 00:02:05,980 --> 00:02:08,119 And on the right, is the workspace. 53 00:02:08,119 --> 00:02:12,489 That's where you stack the commands to build your program to control the Agent. 54 00:02:12,489 --> 00:02:16,489 The Agent can walk, turn, and activate pressure plates. 55 00:02:16,489 --> 00:02:19,969 It can also destroy blocks and place blocks. 56 00:02:19,969 --> 00:02:24,970 When it places the block like these minecart rails, it places it underneath itself. 57 00:02:24,970 --> 00:02:28,889 If you forget what to do, the instructions for each level are at the top. 58 00:02:28,889 --> 00:02:33,730 If you want to try again, you can hit the blue "reset" button to reset everything to 59 00:02:33,730 --> 00:02:35,019 where it started. 60 00:02:35,019 --> 00:02:39,719 And if you need to delete a block of code, drag it from your workspace to the toolbox. 61 00:02:39,719 --> 00:02:42,459 Remember to hit "run" to get the Agent moving. 62 00:02:42,459 --> 00:02:44,730 Okay, go ahead and try out the first few levels. 63 00:02:44,730 --> 00:02:45,269 Good luck!