love fav press the love button and watch wat happens
CODE Create the Detector Sprite: Paint a new sprite with a solid square costume and rename it "Detector." Position Outside the Stage: Add this script to bypass Scratch's normal screen limits and place the sprite over the Love/Favorite buttons: when green flag clicked set size to (1000) % go to x: (-200) y: (-180) set size to (100) % set [ghost v] effect to (100) forever if <touching [mouse-pointer v] ?> then wait (1) seconds broadcast [Action Detected v] stop [this script v] Create the Response: Create a separate script to trigger once the hover is confirmed: when I receive [Action Detected v] say [Thanks for liking the game!] for (2) seconds