1 00:00:00,390 --> 00:00:02,640 In this tutorial we will be learning how to 2 00:00:02,640 --> 00:00:05,700 use the clone sprites these can be 3 00:00:05,700 --> 00:00:08,850 found in control we want to select 4 00:00:09,000 --> 00:00:13,500 create clone of myself and from events 5 00:00:13,680 --> 00:00:16,620 we want to select when this sprite 6 00:00:16,650 --> 00:00:17,370 is clicked 7 00:00:18,600 --> 00:00:20,520 a clone is when it recreates the 8 00:00:20,520 --> 00:00:23,190 exact same thing so when we will 9 00:00:23,190 --> 00:00:25,620 click on the sprite it should make 10 00:00:25,620 --> 00:00:26,370 another ball 11 00:00:28,560 --> 00:00:31,140 however with this script it will not 12 00:00:31,140 --> 00:00:33,780 move position and it will clone itself 13 00:00:33,810 --> 00:00:35,280 on top of the original ball 14 00:00:37,050 --> 00:00:38,460 if we want the ball to move 15 00:00:38,520 --> 00:00:40,350 then we have to move it ourself 16 00:00:45,180 --> 00:00:46,530 if we want to move the ball 17 00:00:46,530 --> 00:00:48,330 on it's own we can do this 18 00:00:48,330 --> 00:00:52,470 by selecting when i start as a 19 00:00:52,470 --> 00:00:53,010 clone 20 00:00:56,100 --> 00:00:59,190 and then emotion select go to random 21 00:00:59,190 --> 00:00:59,820 position 22 00:01:01,020 --> 00:01:03,179 now if we try this the ball 23 00:01:03,179 --> 00:01:04,890 goes to a random position 24 00:01:11,970 --> 00:01:13,800 we can also change the size of 25 00:01:13,800 --> 00:01:16,470 the ball each time it clones to 26 00:01:16,470 --> 00:01:18,420 do this go to looks 27 00:01:20,490 --> 00:01:21,600 and select 28 00:01:24,990 --> 00:01:26,610 change size by ten 29 00:01:27,930 --> 00:01:30,900 and then in operators select pick random 30 00:01:31,620 --> 00:01:33,930 we can change these numbers for example 31 00:01:33,930 --> 00:01:36,150 fifty to one hundred 32 00:01:37,290 --> 00:01:39,570 now when the balls are cloned they 33 00:01:39,570 --> 00:01:41,730 will change size each time