global highscore
on mouseUp
add 1 to highscore
go to card "
end mouseUp
on each of them and for my start button, I have set it to input 0 into the variable highscore and globalized it.
For my output, I have :
global highscore
put highscore into line 1 of field "output"
but this does not display any number so I'm not sure what I have done wrong. Can someone please direct me in the right direction?
