I'm trying to enter the Bitsy contest.
And I would like to know a couple of questions about scripts:
1) Is it possible to make comments in scripts?
// My Comment
2) Is it possible to add any variable number to the name of the sprite?
{set-var local-number 3}
{transform-sprite "bar"+{var local-number}}