[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Fascinate()

         Makes an effect on the screen

    Syntax:

         Fascinate( cColor1, cColor2 ) -> Nil

         cColor1 : Initial color, that must not exceed the value 7.
         cColor2 : Final color.

    Description:

         It makes a gradual color change to the color palette in text mode
         changing from cColor1 to cColor2. Use dark or light colors but don't
         mix them, because it looks pretty ugly.

    Return:

         Nothing.

    Example:

         Fascinate( "BG", "G" )
         Fascinate( "G", "GR" )

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson