Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>m_stacknew() - initialize the mouse get stack</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_stacknew() - initialize the mouse get stack
  Usage:    m_stacknew()
  Params:   none
  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                    m_stacknew()
                    m_stack(1, 12, 06, 12, 17)
                    m_stack(2, 13, 06, 13, 17)
                    m_stack(3, 15, 06, 15, 17)
                    m_stack(4, 15, 39, 15, 45)
                    m_stack(5, 15, 49, 15, 53)


  Note:    You should always do an m_stacknew() before loading
           new values into m_stack(). that will insure proper
           function of m_activate(). m_stacknew() simply initilizes
           all the m_stack() values to -1 (255). a -1 in the stack
           means *the end of the stack*. When m_activate()
           encounters a -1 (255), it thinks it has reached the end
           of the stack definitions.

See Also: m_stack() m_stackget() m_stackput() m_stacknum()

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