Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>fadeout()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FADEOUT()

    FADEOUT() is the logical complement to FADE_IN().  It clears the
    screen using a dissolve effect which will get your users' attention.

    To use FADEOUT(), you must first save your screen to a disk file
    using SV_FADEOUT():

    SV_FADEOUT(<screen file>)

    Required Parameter

    <screen file> is the name of the file to save the screen in.

    SV_FADEOUT() will take between thirty and ninety seconds to do its
    thing, so just sit tight.

    When you want to clear the screen with the fade-out effect,
    call FADEOUT():

    FADEOUT(<screen file>)

    Required Parameter

    <screen file> is the name of the file containing the saved screen.

    Sample Usage

    * time to quit
    IF FILE('fadeout.scr')  && or whatever you named this screen file
       FadeOut('fadeout.scr')
    ELSE
       CLEAR
    ENDIF
    QUIT

See Also: FADEIN()

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