[Script Info] Title: [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:00.27,0:00:05.58,Default,,0000,0000,0000,,Now, we're going to learn about something\Nthat all game programmers use everyday. They're Dialogue: 0,0:00:05.58,0:00:12.32,Default,,0000,0000,0000,,called events. An event tells your program\Nto listen for when something happens. When Dialogue: 0,0:00:12.32,0:00:17.54,Default,,0000,0000,0000,,that thing happens, it performs an action.\NSome examples of events are listening for Dialogue: 0,0:00:17.54,0:00:22.83,Default,,0000,0000,0000,,a mouse click, an arrow button, or a tap on\Nthe screen. Here, we're going to make the Dialogue: 0,0:00:22.83,0:00:27.91,Default,,0000,0000,0000,,space bot greet the earthlings when a player\Nclicks on him. We'll use the "when clicked" Dialogue: 0,0:00:27.91,0:00:32.13,Default,,0000,0000,0000,,block and attach the "say" block to it. When\Nthe player clicks on the space bot, everything Dialogue: 0,0:00:32.13,0:00:37.22,Default,,0000,0000,0000,,attached to this "when clicked" event block\Nwill be performed. What does your alien say? Dialogue: 0,0:00:37.22,0:00:41.56,Default,,0000,0000,0000,,There are also "when arrow" blocks. If you\Nlink the "move" blocks to these, you can start Dialogue: 0,0:00:41.56,0:00:48.56,Default,,0000,0000,0000,,to move your actors up, down, left, or right.\NStep by step, your game is getting more interactive. Dialogue: 0,0:00:49.58,0:00:54.04,Default,,0000,0000,0000,,For me, part of the reason I wanted to start a game company was because I wanted to make games Dialogue: 0,0:00:54.04,0:00:57.70,Default,,0000,0000,0000,,I wanted to create something that people could love, play and enjoy Dialogue: 0,0:00:57.74,0:01:03.76,Default,,0000,0000,0000,,My advice for kids who want to do things and learn computer science, just start doing stuff. Dialogue: 0,0:01:03.80,0:01:07.62,Default,,0000,0000,0000,,Start playing around. And maybe if you're a little insecure or a little afraid, that's okay. Dialogue: 0,0:01:07.62,0:01:12.82,Default,,0000,0000,0000,,Find a friend who maybe has a little more experience. Look at video tutorials. Dialogue: 0,0:01:12.82,0:01:19.00,Default,,0000,0000,0000,,Just jump in there and try to create something. Even if you might be like, "Is this a little cheesy?" Dialogue: 0,0:01:19.00,0:01:23.92,Default,,0000,0000,0000,,Or even if you want to look at it and say "Well I could just go play that somewhere else." Dialogue: 0,0:01:23.92,0:01:28.64,Default,,0000,0000,0000,,The act of trying to create something in your own vision is an amazingly fun experience Dialogue: 0,0:01:28.64,0:01:33.02,Default,,0000,0000,0000,,and I just encourage people just to DO stuff. That's really the most important part.