Pages: 1
Topic closed
Need to make the dots "get eaten" when the whale goes over them! Anyone that can help?! http://scratch.mit.edu/users/BeelerAn
Offline
hey you know you can bump your old post to get it back on top?
Bump
If you want each dot to disappear individually, you'd have to make each dot its own sprite and use this script for each of them:
Or:Whale:[blocks]<when green flag clicked><forever><if><touching color[ of dots]><broadcast[ something]>[/blocks]Dots:[blocks]<when I receive[ message name]><hide><change{score }by( something)>