Looks like all of the origin points are top-left in the tutorial. Yours are not.
Worked. Your text is on the UI layer, which has a different parallax to the Game layer. Change the text to Game, and it works.
Just add a few spaces to "break" the URL.
Use System.For
C#
The link on the first post has the latest version: GiveYourFontsMono_v2_5.zip
It has 2 outlines & drop shadow already.
Your Alpha value is set to zero, which makes it 100% transparent. Set it to 255.
case: your save has a lowercase 's' in HighScore.
Store the name in a variable and use that so this can't happen again.
Yes
You'll have to post what you are doing.
Scores are typically integers, so you want int(...)
Develop games in your browser. Powerful, performant & highly capable.
There is a Width Adjust control already. If that isn't sufficient, can you provide the settings that you are using so I can investigate? I can't reproduce any scaling issues when I try myself.
Don't use Array.ForEach, use System.For, then you can use System.Stop
A function always runs to the end. You have to design your logic to deal with that.