135k views
4 votes
______ Points sprite toward mouse-pointer or another sprite in scratch

User Bkxp
by
8.6k points

1 Answer

6 votes

Final answer:

To make a sprite point toward the mouse-pointer or another sprite in Scratch, use the 'point towards' block in the Motion category.

Step-by-step explanation:

To make a sprite point toward the mouse-pointer or another sprite in Scratch, you can use the 'point towards' block. This block is found in the Motion category and can be used to control the direction that a sprite faces.

For example, if you want a sprite to point towards the mouse-pointer, you can use the following script:

  1. Drag out the 'point towards' block from the Motion category.
  2. Select 'mouse-pointer' from the drop-down menu.

Once you have added this script to your sprite, it will always face towards the mouse-pointer when the project is running.

User MarioVilas
by
7.4k points