All Tags »
sprite »
bug
Sorry, but there are no more tags available to filter with.
-
I'm not trying to break things :-), but I seem to have uncovered another (minor) bug. The sprite Clone() method works fine for sprites created from image files, but seems to fail for those created using CaptureSprite(). The program below demonstrates this.
Neil
// Demonstration
of sprite cloning failure for sprites created from captured ...