1 00:00:00,300 --> 00:00:05,980 If statements detect something and then if it's true, it will run whatever you put inside. 2 00:00:06,360 --> 00:00:08,800 Here, I will show you a quick example. 3 00:00:09,640 --> 00:00:16,199 First, we need to choose the option if then else and then choose touching mouse pointer. 4 00:00:17,160 --> 00:00:20,160 In this example, we want the script to disappear. 5 00:00:20,859 --> 00:00:26,300 So if touching mouse pointer, then hide, else show. 6 00:00:26,300 --> 00:00:33,299 This means that when the mouse is touching the script it will hide and when it's not touching the script then it will be seen. 7 00:00:33,299 --> 00:00:38,299 We then have to put it into a forever loop so that it always happens. 8 00:00:38,299 --> 00:00:45,179 Here you can see when the mouse touches the script it disappears and when it isn't you can see the script.