Choose event :
Display HTML Form on dropdown list. Click Parameter
button.
Define HTML file name and size of window you like
Create your HTML file, then save it in the same
directory with your project file.
To be able to display high score list, add special
tags to display list of player names and time to
complete their Puzzles game.
To display player name use HIGHSCORE_NAME_XX
where XX is number.
You must ensure using proper capitalization for
tag because it is case-sensitive.
For example :
HIGHSCORE_NAME_0 will
display the first top player
HIGHSCORE_NAME_1 will
display second top player
HIGHSCORE_NAME_9 will
display the last top player
Note that in this current version we only allow
user to display only ten top players maximum, if
you specify more than ten.
for example : HIGHSCORE_NAME_10,
this tag won't be replaced with player name.
To display player's time achieved to complete
Puzzles game, use HIGHSCORE_TIME_XX.
It is similar with HIGHSCORE_NAME.
Following HTML code example explain how to display best
top player list :