1
00:00:00,300 --> 00:00:05,670
Hey, are you ready for another game, the section's got the catch element game where we've got an element

2
00:00:05,670 --> 00:00:10,440
that's going to move around really quickly, randomly, all over within an element.

3
00:00:10,470 --> 00:00:12,900
It's going to also give you the X Y coordinates.

4
00:00:13,080 --> 00:00:16,080
And the objective is to try to catch it and click on it.

5
00:00:16,260 --> 00:00:17,790
And it's going to be fairly hard.

6
00:00:17,800 --> 00:00:19,570
And when you do click on it, it turns red.

7
00:00:19,800 --> 00:00:25,440
So, no, not a whole lot of functionality here, but it will help you practice determining the coordinates

8
00:00:25,440 --> 00:00:31,710
of an element as well as updating randomizing the movement of an element and of course, click events

9
00:00:31,710 --> 00:00:32,850
and click event handling.

10
00:00:32,880 --> 00:00:33,880
So let me show you this one.

11
00:00:34,170 --> 00:00:36,840
This is one that I really did enjoy building.

12
00:00:36,840 --> 00:00:42,360
So you notice whenever I hover over the element, it turns blue whenever I'm off.

13
00:00:42,360 --> 00:00:45,750
So most events there and then we try to catch the element.

14
00:00:45,750 --> 00:00:51,240
Whenever I hover over that element, then it turns red and the objective is to try to click it and then

15
00:00:51,240 --> 00:00:52,530
that's going to increase my score.

16
00:00:52,770 --> 00:00:55,020
And actually I'm having a hard time with the scheme.

17
00:00:55,200 --> 00:00:56,300
Maybe you can do better.

18
00:00:56,310 --> 00:01:02,820
And this is another fun one to build because it took it's relatively short, but it's got some pretty

19
00:01:02,820 --> 00:01:03,660
neat functionality.

20
00:01:03,780 --> 00:01:05,370
Let's try it out and I hope you enjoy it.
