Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>fascinate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Fascinate()

         Makes an effect in the screen

    Syntax:

         Fascinate( cColor1, cColor2 ) -> Nil

         cColor1 : Initial colour, that must no excede the value 7.
         cColor2 : Final colour.

    Description:

         It makes some kind of effect to the style colour palette in text
         mode changing from cColor1 to cColor2. Use dark or light colours
         but don't mix them, because it looks pretty ugly.

    Return:

         Nothing.

    Example:

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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson