rohitj

Results 3 comments of rohitj

I am reviving it by just inserting it again in the stage. A crude code would look like this: var s = new Q.Sprite({.....}); // A container actually, not a...

What happens when I have a container instead of a sprite? Basically, I have a container with a bunch of things, and I want to remove it from stage and...

I checked the code. It seems that if remove() is called, destroy() will be called eventually (in the step function). So, the issue remains the same, that is that if...