Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_slide() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_SLIDE()

 DESCRIPTION

 C_SLIDE() moves the display screen left, right, up, or down using a
 sliding effect.  An optional delay can be specified to control the
 speed and a color can be given.

 SYNTAX

 C_SLIDE(dir [,delay] [,color])

 PARAMETERS

 dir (N) is the direction that the display screen should slide.  The
 direction codes are as follows:

 CODE     DIRECTION
 ----     ---------
 1        Down
 2        Up
 3        Right
 4        Left

 delay (N) is the factor to delay the moving screen from 0-fastest
 to 99-slowest.  If delay is not specified, the default of zero (0)
 is used.

 color (C/N) is the color to set for the screen area after moving
 the display screen.  The color can be given as a Clipper color
 string or a numeric color code (see Appendix E).

 RETURNS

 There is no return value.

 EXAMPLES

 && Display titles or main menu
 ...
 ...

 && Slide screen off to the right with a delay of 3
 && and the color after will be white on black ("W/N")

 c_slide(3,3,7)


See Also: C_EXPLODE() C_CURTAIN() C_CPUTIME()

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