This is a concept for an @
syntax for referencing sprites in goboscript.
@gobo
references the spritegobo
@
references the current sprite@(expr)
allows getting a sprite dynamically - with the name which is generated byexpr
@.direction += 15;
@.direction -= 15;
# *=, /=, //=, %= would need to use point in direction block