I think I'm going to have a few questions, so will just add as I go ...
If I have a Sprite_Character that has a bitmap, and I put this in one of the functions:
this.oldBitmap = this.bitmap
am I correct in saying that I now have two variables that point to the same bitmap object? Or does it clone it, so I can do stuff to one without affecting the other?
If I have a Sprite_Character that has a bitmap, and I put this in one of the functions:
this.oldBitmap = this.bitmap
am I correct in saying that I now have two variables that point to the same bitmap object? Or does it clone it, so I can do stuff to one without affecting the other?
