go to ()

From PenguinMod Wiki
Revision as of 22:59, 15 March 2024 by wikia:penguinmod>MediansSC (Created page with "{{Needs Images}} {{Infobox Block |block_img = |block_type = Stack Block |category = Motion |title = go to () }} The '''go to ()''' block is a stack block that goes to a specified sprite, the mouse-pointer, or a random position. It originates from Scratch. The default selected option is "random position". ==Workaround== ===Sprite=== The sprite option can be worked around by using the () of () sensing block and the go to x: () y: () block, wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Go to ()
Jump to navigation Jump to search

Images needed

This article needs images or better quality images. You can help PenguinMod Wiki by adding the images or uploading them.

go to ()
...
[[File:|200px]]
Caption
Block Type Stack Block
Category / Extension Motion
Status Who tf uses status

The go to () block is a stack block that goes to a specified sprite, the mouse-pointer, or a random position. It originates from Scratch. The default selected option is "random position".

Workaround

Sprite

The sprite option can be worked around by using the () of () sensing block and the go to x: () y: () block, with the x position of the sprite going in the first input, and the y position of the sprite going in the second input.

Mouse-Pointer

The mouse-pointer option can be worked around by using the mouse x and mouse y blocks in the go to x: () y: () block, with mouse x going in the first input, and mouse y going in the other input.

Random Position

The random position block can be worked around by using pick random () to () blocks in the go to x: () y: () block.