self:GetParent():SetAlpha(1);
self:GetParent().animOut:Play();
self:GetParent():GetParent().ShowFront = true;
Narci_Splash_ChangePhoto();
self:GetParent():SetAlpha(0);
self:GetParent():GetParent().ShowFront = false;
Narci_Splash_ChangePhoto();
self:GetParent().animIn:Play();
UIFrameFadeIn(self:GetParent().HiddenFrame, 0.2, 0, 1);
self:StopAnimating();
self:Hide();
Narci.UserIsInputing = false;
Narci.UserIsInputing = true;
self:GetParent():GetParent():PlayNextAnimation();
self:GetParent():GetParent():PlayNextAnimation();
self:GetParent():GetParent():PlayNextAnimation();
self:SetHeight(self:GetParent():GetHeight());
self.ScrollFrame.scrollBar.BottomArrow.spring:Play();
self.id = 1;
local d = self:GetParent():GetParent():GetHeight();
self:SetSize(d, d);
local parent = self:GetParent();
self:ClearAllPoints();
self:SetPoint("CENTER", parent, "RIGHT", -d/2, 0);
local w, h = self:GetSize();
--self.ModelScene:SetSize(w, h);
--self.ModelScene.FrontScene:SetSize(w, h);