Rock and tar are no longer simultaneously selected when mouse is on overlapping area. Details are: + Variable 'Tar in pot' created; Initialized to 0 when flag is clicked, set to 1 when clicked, set to 0 when pot is trashed. * Tar sprite only switches to selection sprite if touching mouse and 'Tar in pot' is 0. + Variable 'Mouse on tar' created; Set to 1 when tar is touching mouse and 'Tar in pot' is 0, set to 0 otherwise. * Rock only switches to selection sprite if touching mouse and 'Mouse on tar' is 0 ------------------------------------------------------------------------------ Unreadable rock description text fixed: Details are as follows: * Brownie, Tea and Dirt are on back layer when not selected * Tea sprite's cup and platter brightness decreased by 10 when not selected (using sprite editor, not brightness block) * Brownie sprite's plate brightness decreased by 10 when not selected (using sprite editor, not brightness block) ------------------------------------------------------------------------------ * Brownie's local variable name changed from 'tea' to 'brownie'