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:
- Drag out the 'point towards' block from the Motion category.
- 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.