Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>pop_pic()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
POP_PIC()
   Displays the image saved with the PUSH_PIC() function.

   Syntax
         POP_PIC()

   Arguments
         None

   Returns
         None

   Description
         POP_PIC() displays the image saved with the PUSH_PIC() function
         onto the screen from the video stack created by INIT_VIDEO().

   Examples

               M_x = 10
               M_y = 10
               INIT_VIDEO(1,0)
               PUSH_PIC(M_x,M_y,100,100)
               POP_PIC()

See Also: INIT_VIDEO() PUSH_PIC()

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