Resetting The Score
This should be pretty easy, right?
when green flag clicked
set [Score v] to [0]
forever
if <touching [Player v]?> then
go to [random position v]
change [Score v] by [1]
end
end
Okay, let’s explore some ways in which we can make this a bit more interesting: