A feature I’d like to see in Hopscotch is: Having both variables and regular text in the same Text object.
I’d use it for this type of project: Games that use lots of variables.
Here are some examples of Hopscotch code that could be improved if we had this: FPS counters, Showing the current value of something next to the maximum (i.e 10 out of 20 completed)
This is something I really would like as well, it would be a huge improvement to Hopscotch!
Now you need to have multiple text objects if you want to include a variable…
If I want to have a project with a sentence that says “Your score is 23”, I need to have one text object saying “Your score is” and one that updates the score.