The fun thing here is that the egg sprites are not actually spinning, There are 50 egg clones, each one pointing in a slightly different angle, and then they are simply repositioned each frame. The project relies on the fact that each clone runs it's scripts one after the other such that setting a global variable in one clone will then be readable by the next clone when it runs its script.
@griffpatch_tutor This is a remix of griffpatch_tutor's project.