1 00:00:00,990 --> 00:00:02,760 today we're going to do a short 2 00:00:02,760 --> 00:00:05,010 video tutorial on how to use the 3 00:00:05,010 --> 00:00:08,250 program scratch using the online version the 4 00:00:08,250 --> 00:00:09,810 first thing we're going to do is 5 00:00:09,810 --> 00:00:11,790 navigate to the upper right hand corner 6 00:00:11,910 --> 00:00:13,500 where you would log in and go 7 00:00:13,500 --> 00:00:14,340 to my stuff 8 00:00:15,810 --> 00:00:17,640 as you can see this is where 9 00:00:17,640 --> 00:00:20,580 I have an animated gif stored all 10 00:00:20,580 --> 00:00:22,230 of your different projects will be stored 11 00:00:22,230 --> 00:00:24,930 under this however I want to create 12 00:00:24,960 --> 00:00:27,420 a new project so we will naturally 13 00:00:27,540 --> 00:00:29,400 navigate up to the tab that says 14 00:00:29,400 --> 00:00:30,060 create 15 00:00:32,070 --> 00:00:33,540 once you click on that it's going 16 00:00:33,540 --> 00:00:35,790 to automatically open up a new project 17 00:00:35,790 --> 00:00:37,380 for you so you can go ahead 18 00:00:37,380 --> 00:00:39,060 and title that something 19 00:00:43,950 --> 00:00:45,720 as you remember from the last tutorial 20 00:00:45,720 --> 00:00:47,400 we had the stage and we have 21 00:00:47,400 --> 00:00:49,620 our sprite which is our character the 22 00:00:49,620 --> 00:00:51,120 first thing I'm going to do is 23 00:00:51,120 --> 00:00:52,140 add a background 24 00:00:54,240 --> 00:00:57,330 I'm going to find this bedroom here three 25 00:00:59,730 --> 00:01:02,010 and then I'm going to add a 26 00:01:02,010 --> 00:01:05,970 sprite for this example I'm going to 27 00:01:05,970 --> 00:01:08,580 go ahead and pick a chicken or 28 00:01:08,580 --> 00:01:09,020 a hen 29 00:01:10,260 --> 00:01:11,670 as you can see you can actually 30 00:01:11,670 --> 00:01:13,920 have more than one sprite per box 31 00:01:14,340 --> 00:01:17,550 per backdrop but for this I'm going 32 00:01:17,550 --> 00:01:18,900 to go ahead and just use the 33 00:01:18,900 --> 00:01:20,580 chicken so I'll delete this one 34 00:01:21,780 --> 00:01:24,180 next I'm going to resize 35 00:01:24,180 --> 00:01:24,630 this chicken 36 00:01:26,010 --> 00:01:27,390 gonna go for a one seventy 37 00:01:28,590 --> 00:01:30,450 position where I want him 38 00:01:30,450 --> 00:01:32,970 now I'm going to add some 39 00:01:32,970 --> 00:01:35,340 movement right after I click save now 40 00:01:36,960 --> 00:01:39,300 this is the code right here so 41 00:01:39,300 --> 00:01:40,260 what we're going to do is we're 42 00:01:40,260 --> 00:01:41,670 gonna drag the pieces of code that 43 00:01:41,670 --> 00:01:43,770 we want over to the stage to 44 00:01:43,770 --> 00:01:45,780 get the action that we want performed 45 00:01:48,120 --> 00:01:50,280 I only will use these three 46 00:01:50,280 --> 00:01:53,700 controls to begin with so motion I'm 47 00:01:53,700 --> 00:01:56,070 sorry these five so motion looks sound 48 00:01:56,100 --> 00:01:58,740 events and control first thing I'm going 49 00:01:58,740 --> 00:02:00,210 to do is add an event 50 00:02:01,470 --> 00:02:02,220 when clicked 51 00:02:03,390 --> 00:02:05,070 what I'm saying is that when this 52 00:02:05,070 --> 00:02:07,080 is clicked this hen is going to 53 00:02:07,080 --> 00:02:09,419 perform an action maybe I want that 54 00:02:09,419 --> 00:02:10,650 action to be a sound 55 00:02:13,320 --> 00:02:14,700 what I'm going to do because I 56 00:02:14,700 --> 00:02:16,500 don't have a pre-installed sound of a 57 00:02:16,500 --> 00:02:18,690 chicken is I'm going to record one 58 00:02:20,940 --> 00:02:22,350 so I'm going to go ahead and 59 00:02:22,350 --> 00:02:23,460 start right now 60 00:02:27,830 --> 00:02:30,150 but let's go ahead and play it 61 00:02:35,460 --> 00:02:37,500 see if we can shorten it 62 00:02:41,130 --> 00:02:42,510 do a little quick editing 63 00:02:44,340 --> 00:02:47,070 okay perfect say about and am going 64 00:02:47,070 --> 00:02:49,650 to change the name to chicken sound 65 00:02:51,180 --> 00:02:52,290 and save now 66 00:02:53,790 --> 00:02:55,950 now I'm going to navigate back to 67 00:02:55,950 --> 00:02:58,800 the code to apply some more actions 68 00:03:00,060 --> 00:03:01,320 so let's go ahead and find that 69 00:03:01,320 --> 00:03:02,190 chickens sound 70 00:03:03,780 --> 00:03:06,570 so when clicked on we're going to 71 00:03:06,630 --> 00:03:07,980 hear the chicken sound 72 00:03:09,810 --> 00:03:13,860 ok perfect next I want a motion so 73 00:03:14,280 --> 00:03:17,520 I want this chicken to move fifty 74 00:03:17,520 --> 00:03:18,900 steps afterward 75 00:03:19,950 --> 00:03:21,960 and then after that I want him 76 00:03:21,960 --> 00:03:25,410 to think about something he's going to 77 00:03:26,100 --> 00:03:27,390 realize that he's hungry 78 00:03:29,940 --> 00:03:32,610 and we're going to see these words 79 00:03:32,670 --> 00:03:34,650 on the screen for five seconds 80 00:03:36,480 --> 00:03:39,450 next I'm going to 81 00:03:40,590 --> 00:03:43,560 add a control because I want some 82 00:03:43,560 --> 00:03:47,820 of these to be on repeat so 83 00:03:47,970 --> 00:03:49,980 the control that we're going to choose 84 00:03:50,100 --> 00:03:51,120 is 85 00:03:53,040 --> 00:03:54,750 an repeat right here 86 00:03:56,310 --> 00:03:58,260 and I'm just going to drag it 87 00:04:00,360 --> 00:04:01,710 into these three-fourths 88 00:04:05,640 --> 00:04:06,719 hey let's go ahead and see what 89 00:04:06,719 --> 00:04:07,380 we created 90 00:04:20,040 --> 00:04:22,170 okay and that ends our tutorial for 91 00:04:22,170 --> 00:04:22,620 today