Ce que fait la commande
NetMove prend x (un flottant), y (un flottant), z (un flottant) et rotationY (un flottant), et rend un entier.
Syntaxe
NetMove(x float, y float, z float, rotationY float) → integerParamètres
| Nom | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| rotationY | float |
Chaque forme rend
integer
Exemple · engendré
DO Print(NetMove(100.0, 120.0, 100.0, 45.0)) Sync()LOOPNetMove est appelé et sa réponse est affichée à chaque image. La boucle DO … LOOP n'est pas décorative : un programme BASIC classique s'arrête dès qu'il n'a plus de lignes, et c'est Sync() qui dessine l'image.