Crée un nouveau sprite à partir d'un texte.
create text t as s| t | Texte |
| s | Nom du sprite |
source create text "hello world!" as "hello" do turn "hello" by 0,1,0 update loop(fait tourner un texte à l'écran)

Crée un nouveau sprite à partir d'un texte.
create text t as s| t | Texte |
| s | Nom du sprite |
source create text "hello world!" as "hello" do turn "hello" by 0,1,0 update loop(fait tourner un texte à l'écran)