Create a new sprite object from a text.
If the text object needs to be modified later (moved, etc.), it is simpler to use the CREATE TEXT AS instruction.
create text t
t text
Source create text "hello" turn "hello" by 0,30,0

Create a new sprite object from a text.
If the text object needs to be modified later (moved, etc.), it is simpler to use the CREATE TEXT AS instruction.
create text t
t text
Source create text "hello" turn "hello" by 0,30,0