1 00:00:00,090 --> 00:00:01,800 today we'll be learning how to use 2 00:00:01,800 --> 00:00:03,900 the pen first of all we need 3 00:00:03,900 --> 00:00:06,090 to find the pen to go down 4 00:00:06,090 --> 00:00:08,070 to the box click on it and 5 00:00:08,070 --> 00:00:11,460 he will seat the pen option if 6 00:00:11,460 --> 00:00:13,410 you click on this he now should 7 00:00:13,410 --> 00:00:15,300 have all the pen features on your 8 00:00:15,300 --> 00:00:18,678 screen will be learning how to draw 9 00:00:18,690 --> 00:00:19,350 the pen 10 00:00:21,510 --> 00:00:24,900 put the pen up and erase all 11 00:00:26,430 --> 00:00:27,810 to begin with you need to go 12 00:00:27,810 --> 00:00:31,110 to motion and select go to 13 00:00:32,340 --> 00:00:35,010 and the next go to control and 14 00:00:35,010 --> 00:00:36,180 select forever 15 00:00:37,410 --> 00:00:40,380 and then events select when the green 16 00:00:40,380 --> 00:00:41,640 flag clicked 17 00:00:43,020 --> 00:00:44,670 we need to use the go to 18 00:00:44,670 --> 00:00:46,350 in the forever loop and in this 19 00:00:46,350 --> 00:00:48,360 case we want to select mouse pointer 20 00:00:48,930 --> 00:00:50,340 so if we click here we can 21 00:00:50,340 --> 00:00:52,440 see that we control the position of 22 00:00:52,440 --> 00:00:54,030 the sprite by the position of the 23 00:00:54,030 --> 00:00:57,570 mouse if we click pen down then 24 00:00:57,570 --> 00:00:59,190 the pen is touching the board we 25 00:00:59,190 --> 00:01:00,480 can draw with the sprite 26 00:01:06,570 --> 00:01:08,850 we can use the erase all if 27 00:01:08,850 --> 00:01:10,920 we double click then the drawings will 28 00:01:10,920 --> 00:01:13,830 be raised if we click on pen 29 00:01:13,860 --> 00:01:16,470 up the pen doesn't touch the background 30 00:01:16,620 --> 00:01:19,380 and we cannot draw so in order 31 00:01:19,380 --> 00:01:21,450 to draw we have to select pen 32 00:01:21,450 --> 00:01:21,840 down 33 00:01:21,840 --> 00:01:21,930 and