This tutorial will teach you how to make your own hovering effect on Scratch. Using color blocks with sensing blocks, you can make a simple hover effect that only appears when the mouse pointer is touching it.
Color Hover Effect
<-- Copy this code and place it in a sprite you would like the player to be able to hover on.
2. Size Hover Effect
If you combine this code with the color effect separately, you can create a complete hover effect that includes size and color changes. Enjoy!