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_wimplode() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_WIMPLODE()

 DESCRIPTION

 C_WIMPLODE() takes a specified window on the screen and reverses
 the effect of exploding by imploding the window and it's contents
 until the window is no longer on the screen.  An optional delay may
 also be specified to slow down or speed up the imploding effect.
 (Refer to Chapter 3 for a complete discussion about ClipOn windows.)

 NOTES

 The numeric reference for the ClipOn window is a pointer to the
 window in memory.  Be careful not to change the value of this
 pointer, or the window will be unaccessible.

 SYNTAX

 C_WIMPLODE(window [,delay])

 PARAMETERS

 window (N) is the numeric reference variable for the ClipOn window.

 delay (N) is the factor to delay the imploding of the window.  The
 delay can be any number beginning at zero (0) where zero is the
 fastest.  If delay is not specified, the default of zero (0) is used.

 RETURNS

 There is no return value.

 EXAMPLES

 && Explode a window on the screen with m_speed equal 3, then implode it.

 m_speed = 3
 w1 = c_window(10,10,20,60,"W/B",2,m_speed)

 name = space(15)
 c_wget(w1,1,1,"name","@!","","Enter Name:")
 read

 c_wimplode(w1,m_speed)


See Also: C_WMOVE() C_WINDOW() C_XWINDOW() C_WSAVE() C_WRESTORE()

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