Exemplo n.º 1
0
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 //	* New Method: Begin Animation
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 public void BeginAnimation(Transform tempParent)
 {
     transform.SetParent(tempParent, false);
     m_oFadeAwayAnimation.Setup(this.transform, imageRenderer: m_rBackgroundPanel);
     m_oFadeAwayAnimation.ShowFirstFrame();
     TextOpacity = 1.0f;
 }
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 //	* New Method: Show First Animation Frames
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 private void ShowFirstAnimationFrames()
 {
     m_rFullGamePlugTextRenderer.text = "";
     m_rPageBackgroundAE.ShowFirstFrame();
     m_rJokosInstrumentDisplayAE.ShowFirstFrame();
     m_rButtonSpritesAE[0].ShowFirstFrame();
     m_rButtonSpritesAE[1].ShowFirstFrame();
 }
Exemplo n.º 3
0
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 //	* New Method: Show First Animation Frames
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 private void ShowFirstAnimationFrames()
 {
     m_rEncouragementTextRenderer.text = "";
     VignetteManager.CurrentAlpha      = 0.0f;
     m_rPageBackgroundAE.ShowFirstFrame();
     m_rJokosReactionAE.ShowFirstFrame();
     m_rChallengeFeatherNotifierAE[0].ShowFirstFrame();
     m_rChallengeFeatherNotifierAE[1].ShowFirstFrame();
     m_rExperienceBarAE[0].ShowFirstFrame();
     m_rExperienceBarAE[1].ShowFirstFrame();
     m_rFeatherSpritesAE[0].ShowFirstFrame();
     m_rFeatherSpritesAE[1].ShowFirstFrame();
     m_rFeatherSpritesAE[2].ShowFirstFrame();
     m_rButtonSpritesAE[0].ShowFirstFrame();
     m_rButtonSpritesAE[1].ShowFirstFrame();
     m_rButtonSpritesAE[2].ShowFirstFrame();
 }