Construction of the game

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

Information: Construction of the game