Exemple #1
0
    public static void dataclouds()
    {
        string speakandspell = "!...^^.. ty^hc^ght & ftycg*hcgh++fvvnh*vht-ytygh h ghtytyvkhgvvg5ryf++-yu67";

        for (int x = 0; x < 10; x++)
        {
            for (int y = 0; y < 10; y++)
            {
                speakandspell.PadRight(y);
                // SpecialFx.ScrollingDown(speakandspell);
                C.whitebg();
                C.blue();
                SpecialFx.spacedscrollingflood(speakandspell);
            }

            // C.blackbg();
            // C.lightgreen();
            //SpecialFx.scrollingdownflood(speakandspell);
            C.whitebg();
            C.blue();
            SpecialFx.spacedscrollingflood(speakandspell);
            C.blackbg();
        }
        CinemaHelpers.RefreshConsole();
    }