Thatch: Command List

Motion

MoveSteps(Steps)
Moves the sprite Steps steps in the direction it's currently facing.

TurnCWDeg(Degrees)
Rotates the sprite Degrees degrees clockwise.

TurnCCWDeg(Degrees)
Rotates the sprite Degrees degrees counter-clockwise.

GoToSprite(SpriteName)
Makes the sprite go to SpriteName.

GoToPos(X, Y)
Makes the sprite go to (X, Y) on the stage.

GlideSecsToSprite(Secs, Sprite)
Glides the sprite to Sprite in Secs seconds.

GlideSecsToPos(Secs, X, Y)
Glides the sprite to (X, Y) on the stage in Secs seconds.

PointDirection(Degrees)
Makes the sprite point to Degrees degrees.

PointTowards(Sprite)
Makes the sprite point towards the Sprite.

ChangeX(Amount)
Changes the Sprite's X position by Amount.

SetX(Pos)

ChangeY(Amount)

SetY(Pos)

BounceOnEdge()

SetRotationStyle(RotationStyle)
    

Looks

No docs yet :(

Sounds

No docs yet :(

Control

No docs yet :(

Sensing

No docs yet :(

Variables

No docs yet :(