Construction of the game

1. Construct a point, name as P and define it as (Rastgele(0,10), Rastgele(0,10)) 2. Construct a point, name as A and define it as (10,10) 3. Construct a point, name as Q and define it as (Rastgele(0,-10), Rastgele(0,10)) 4. Construct a point, name as B and define it as (10,9) 5. Construct a point, name as R and define it as (Rastgele(0,-10), Rastgele(0,-10)) 6. Construct a point, name as C and define it as (10,8)  7. Construct a point, name as S and define it as (Rastgele(0,10), Rastgele(0,-10)) 8. Construct a point, name as D and define it as (10,7) 9. Construct a point, name as T and define it as (Rastgele(-5,5), Rastgele(-5,5)) 10.  Construct a point, name as E and define it as (10,6) 11. Construct a text of ““ + P + ““ 12. Construct a text of ““ + Q + ““ 13. Construct a text of ““ + R + ““ 14. Construct a text of ““ + S + ““ 15. Construct a text of ““ + T+ ““ 16. Construct a text of 'correct', write A ≟ P in advanced part. 17. Construct a text of 'correct', write B ≟ Q in advanced part. 18. Construct a text of 'correct', write C ≟ R in advanced part. 19. Construct a text of 'correct', write D ≟ S in advanced part. 20. Construct a text of 'correct', write E≟ T  in advanced part. 21. Construct a button of 'Reset' and write A = (10,10)                                                                      B = (10,9)                                                                      C = (10,8)                                                                      D = (10,7)                                                                      E = (10,6)                                                                      P = (Rastgele[0,10], Rastgele[0,10])                                                                      Q = (Rastgele[0,-10], Rastgele[0,10])                                                                      R = (Rastgele[0,-10], Rastgele[0,-10])                                                                      S = (Rastgele[0,10], Rastgele[0,-10])                                                                      T = (Rastgele[-5,5], Rastgele[-5,5]) in scripting part, on click. 22. Construct a text of 'Put the points on the correct location depending on their color' 23. Hide the points P, Q, R, S and T 24. Now, it's ready to play :)