Hi,
So i integrated WarpSpeed in a school project where the background gets activated after entering a button combination. This will call new WarpSpeed('kettlebg'). The thing is that afterwards, users are able to reenter the keys thus triggering new WarpSpeed('kettlebg') again. Does calling the function with the same id multiple times kill the previous instance? Or does it stack and keep using more and more resources?
Hi, So i integrated WarpSpeed in a school project where the background gets activated after entering a button combination. This will call new WarpSpeed('kettlebg'). The thing is that afterwards, users are able to reenter the keys thus triggering new WarpSpeed('kettlebg') again. Does calling the function with the same id multiple times kill the previous instance? Or does it stack and keep using more and more resources?