...
...no...the closest I'ce seen to thay would be this one:
...you have to adapt the script and the photo's yourself, the blank should be something of the backwall the mirror is facing at ...Try to look at tha script documentation to see what parameters you can change on the "llSensorRepeat"You can change the approach distance, angle and seconds it wait til refreshes.
default
{
state_entry()
{
llSensorRepeat("", NULL_KEY, AGENT, 2.0, TWO_PI, 3.0);
}
sensor(integer total_number)
{
string WhoAreYou = llDetectedName(0);
if (WhoAreYou == "Ed Ludwig"

{llSetTexture("fotoEd", 4);}
if (WhoAreYou == "Vienna Darling"

{llSetTexture("fotoVienna", 4);}
llSleep(3);
llSetTexture("Blank", 4);
}
}
Given to me by my dear friend Ed Ludwig.
,,,and also...if you go to Bravo Bravo, Garmisch (61, 200, 121) theres an interesting Mirror/script effect product...but from what Ive seen so far...no way to actually see a mirror image of your avitar*
...correct me if Im wrong*