Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

CFADE( nTr, nTc, nBr, nBc )

Purpose

Fade the screen attributes in a specified rectangle.

Arguments

     nTr -- top row of rectangle

     nTc -- left column of rectangle

     nBr -- bottom row of rectangle

     nBc -- rightmost column of rectangle

Setup

All parameters are numeric and must be passed, otherwise the program will
crash.

Example

     CFADE( 0, 0, 23, 79 )

Returns

Nothing.

Side Effects

None.

Artful Calls

None.

Source File

AA_VIDEO.C

See Also: SCRAT()

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