Calling sprite method from another sprite – Help with Snap! – Snap! Forum https://forum.snap.berkeley.edu/t/calling-sprite-method-from-another-sprite/989
I have a 'person' sprite with a sprite-only block called "spinLikeCrazy". From a script in another sprite, I want to tell person to "spinLikeCrazy". The Snap manual makes me think I can do this, but the only way I've bee…
I can’t seem to find a non-hacky way to simply run person.spinLikeCrazy().