Hi, I was wondering if it was possible to detect if another actor was clicked from a differant actor. What I mean is im in an actor called Display and I want it to detect when the dice was clicked. Is this possible and if so why does this code not work?
if (greenfoot.mouseClicked(Dice))

