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>fpset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPSET()
   Places a color dot on the screen at position X,Y.

   Syntax
         FPSET(nX,nY,nColor)

   Arguments
         nX          Sets the horizontal screen position.
         nY          Sets the vertical screen position.
         nColor      Sets the palette color number. (0-15)

   Returns
         None

   Description
         FPSET() places a color dot on the screen at position nX,nY according
         to the color in the color palette.

         FLP_CAP can be used in place of nX,nY to draw the line at the current
         active point.

See Also: FPOINT()

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