[Script Info] Title: [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:04.42,0:00:08.32,Default,,0000,0000,0000,,Stampy: I wonder what Stacy is up to? Dialogue: 0,0:00:13.02,0:00:17.38,Default,,0000,0000,0000,,Stacy: Woah, I think I'm in the right place. Dialogue: 0,0:00:17.38,0:00:19.30,Default,,0000,0000,0000,,This is amazing! Dialogue: 0,0:00:19.30,0:00:22.16,Default,,0000,0000,0000,,I feel like I'm back in Minecraft! Dialogue: 0,0:00:22.16,0:00:23.70,Default,,0000,0000,0000,,Hello. Dialogue: 0,0:00:23.70,0:00:24.70,Default,,0000,0000,0000,,How are you? Dialogue: 0,0:00:24.70,0:00:26.76,Default,,0000,0000,0000,,Hello? Dialogue: 0,0:00:26.86,0:00:30.74,Default,,0000,0000,0000,,Oh, there's a creeper. You don't do anything, do you? Dialogue: 0,0:00:30.88,0:00:31.38,Default,,0000,0000,0000,,Katie: Stacy? Dialogue: 0,0:00:31.42,0:00:32.18,Default,,0000,0000,0000,,Stacy:Hi, Katie? Dialogue: 0,0:00:32.24,0:00:32.74,Default,,0000,0000,0000,,Katie: Yes! Dialogue: 0,0:00:32.78,0:00:33.96,Default,,0000,0000,0000,,Welcome to Minecraft. Dialogue: 0,0:00:33.96,0:00:34.78,Default,,0000,0000,0000,,Stacy: Thank you! Dialogue: 0,0:00:34.78,0:00:36.90,Default,,0000,0000,0000,,Katie: Come on in! Dialogue: 0,0:00:38.08,0:00:39.62,Default,,0000,0000,0000,,Stacy: This is amazing. Dialogue: 0,0:00:39.62,0:00:42.74,Default,,0000,0000,0000,,So you work here every day as a developer,\Nright? Dialogue: 0,0:00:42.74,0:00:44.32,Default,,0000,0000,0000,,Katie: Yeah, it's pretty awesome. Dialogue: 0,0:00:44.32,0:00:46.79,Default,,0000,0000,0000,,I'm a developer on the Minecraft marketplace\Nteam. Dialogue: 0,0:00:46.79,0:00:49.31,Default,,0000,0000,0000,,Stacy: How many coding languages do you know? Dialogue: 0,0:00:49.31,0:00:51.98,Default,,0000,0000,0000,,Katie: In my career I've probably worked with\Nover a dozen. Dialogue: 0,0:00:51.98,0:00:52.98,Default,,0000,0000,0000,,Stacy: A dozen? Dialogue: 0,0:00:52.98,0:00:53.98,Default,,0000,0000,0000,,Katie: Yeah. Dialogue: 0,0:00:53.98,0:00:57.54,Default,,0000,0000,0000,,Stacy: So now, you wouldn't happen to know\Nanything about this little golem guy that Dialogue: 0,0:00:57.54,0:00:59.04,Default,,0000,0000,0000,,calls himself "the Agent"? Dialogue: 0,0:00:59.04,0:01:05.80,Default,,0000,0000,0000,,Katie: We use the Agent to do things that\NSteve or Alex can't, like go across lava. Dialogue: 0,0:01:05.80,0:01:10.01,Default,,0000,0000,0000,,Stacy: Well, I want to learn how to code,\Nand they want to learn how to code, so what Dialogue: 0,0:01:10.01,0:01:13.05,Default,,0000,0000,0000,,is one of the first things that you need to\Nknow when you're learning? Dialogue: 0,0:01:13.05,0:01:15.55,Default,,0000,0000,0000,,Katie: Well, you need to learn how to use\Nloops. Dialogue: 0,0:01:15.55,0:01:16.55,Default,,0000,0000,0000,,Stacy: Ok. Dialogue: 0,0:01:16.55,0:01:20.89,Default,,0000,0000,0000,,Katie: Loops are things that developers write\Nto give commands to a computer that can be Dialogue: 0,0:01:20.89,0:01:22.05,Default,,0000,0000,0000,,run over and over again. Dialogue: 0,0:01:22.05,0:01:25.64,Default,,0000,0000,0000,,Stacy: Got it, so I think there's actually\Nsome of that coming up in the levels ahead, Dialogue: 0,0:01:25.64,0:01:28.87,Default,,0000,0000,0000,,so go ahead and give loops a try. Dialogue: 0,0:01:28.87,0:01:32.86,Default,,0000,0000,0000,,In the next level, you can use a loop to move\Nthe Agent along the path. Dialogue: 0,0:01:32.86,0:01:38.11,Default,,0000,0000,0000,,Drag the repeat block into the workspace and\Nplace the move forward block inside the repeat Dialogue: 0,0:01:38.11,0:01:39.17,Default,,0000,0000,0000,,block. Dialogue: 0,0:01:39.17,0:01:43.75,Default,,0000,0000,0000,,This tells the computer to do the same thing\Nmany times in a row without having to drag Dialogue: 0,0:01:43.75,0:01:46.34,Default,,0000,0000,0000,,a whole bunch of blocks into the workspace. Dialogue: 0,0:01:46.34,0:01:50.64,Default,,0000,0000,0000,,You can choose how many times to repeat by\Nputting a number in the repeat block. Dialogue: 0,0:01:50.64,0:01:55.70,Default,,0000,0000,0000,,You can put turns and multiple commands in\Nthe repeat block too, but for now try using Dialogue: 0,0:01:55.70,0:01:59.00,Default,,0000,0000,0000,,a repeat to move the Agent forward a few steps. Dialogue: 0,0:01:59.00,0:02:02.65,Default,,0000,0000,0000,,Remember, if you get stuck on a puzzle you\Ncan always hit the blue "reset" button and Dialogue: 0,0:02:02.65,0:02:03.76,Default,,0000,0000,0000,,try again. Dialogue: 0,0:02:03.76,0:02:08.77,Default,,0000,0000,0000,,If you are thinking about having a cool job\Nlike Katie's, go ahead and click the "show Dialogue: 0,0:02:08.77,0:02:11.44,Default,,0000,0000,0000,,code" button when you finish every level. Dialogue: 0,0:02:11.44,0:02:15.00,Default,,0000,0000,0000,,That's going to actually show you the Javascript\Ncode that someone like Katie uses when she's Dialogue: 0,0:02:15.00,0:02:16.84,Default,,0000,0000,0000,,actually programming Minecraft. Dialogue: 0,0:02:16.84,0:02:18.35,Default,,0000,0000,0000,,So anyway, thank you so much! Dialogue: 0,0:02:18.35,0:02:19.60,Default,,0000,0000,0000,,Katie: Yeah, good luck everyone!