RocketScript ````````````````````````````````````````````````````````````````````````````````` ```````````````````````````````````````````````````````````````````````````````` Sprite sprite.right Moves the sprite right by the selected degrees sprite.left Moves the sprite left by the selected degrees sprite.move Move the sprite the selected steps sprite.x set's the sprite x to the selected x position sprite.y set's the sprite y to the selected y position sprite.next-cost Set's the sprite costume to the next costume ````````````````````````````````````````````````````````````````````````````````` Notice: there is no other costumes ````````````````````````````````````````````````````````````````````````````````` ````````````````````````````````````````````````````````````````````````````````` Internal Commands ````````````````````````````````````````````````````````````````````````````````` forever Opens a forever loop forever* closes a forever loop ````````````````````````````````````````````````````````````````````````````````` Text engine ````````````````````````````````````````````````````````````````````````````````` text.print Print's the text on the screen Input's 1. text input 2. x input 3. y input ````````````````````````````````````````````````````````````````````````````````` The end `````````````````````````````````````````````````````````````````````````````````