about local highscore you may use Webstorage
===when game over===
if webstorage key"highscore"exist
&
if webstorage value ("highscore")<now score
then
webstorage>set local value(key=highscore,value=score)
===to get highest score and display in menu===
set showscore.text = "The best : "&webstorage.get("highscore")&"!"
===how about online???===
There is many way to make it
but i guess you need to creat a php web server
or use other planform