This project demonstrates a few related issues/bugs/glitches 14/02/14 The private/local list, 'test' was added to Sprite 1, then Sprite 1 was duplicated. • Issue - Correct behaviour • If only one of the sprites' list is shown, the other sprite's is also indicated as shown in the data palette. • If only one of the sprites' list is shown, the other sprite's cannot be shown from the checkbox in the data palette. (perhaps due to the first issue) - Hiding lists from the data palette works correctly. - The hide/show list blocks behave correctly. • The duplicate sprite's list monitor is labelled Sprite 1. • Deleting the duplicate sprite while the list monitor shown does not remove its list monitor from the stage. (these two issues can be solved by exporting and importing instead of duplicating, or by reloading the project, however the first two issues remain. To reproduce this, delete sprite 2 in this project and duplicate sprite 1.) - Modifying the lists from their monitors works correctly. - The list monitors display the correct items. - List modification blocks behave correctly. - List reporting blocks behave correctly.