The go to () block moves the sprite to the specified location. Possible locations include:
- random position - randomly chosen coordinates on-stage
- mouse pointer - the locationof the mouse cursor at the moment the block is executed
- The position of other sprites in the project at the moment the block is executed
Notes
- The movement is instantaneous.
- The names of other sprites only appear in the list after they have been added to the project
- When a sprite is chosen as the target, the position used is always that of the original sprite, not one of its clones