"i have 2 fields on screen : SCORE and TOP SCORE ,
and how to do that the max score will be the new top score ?
for example my previous best was 300 and now it's 700
how to tell construct to do it ?"
Condition > global(score) is greater than global(topscore) action > set global(topscore) to global(score)