if (myinteract == 1 && on == 1)
{
on = 0;
myinteract = 0;
image_index = 0;
}
if (myinteract == 1 && on == 0)
on = 1;
image_index = 1;