What is the difference between, say, sprite.off() and sprite.removeListener(). According to the API Docs, both “Remove the listeners of a given event.”
Does one temporarily remove the listener while the other completely removes it?
What is the difference between, say, sprite.off() and sprite.removeListener(). According to the API Docs, both “Remove the listeners of a given event.”
Does one temporarily remove the listener while the other completely removes it?
No difference. They are aliases.