Computer Science Canada Help me with pictures |
Author: | help_wanted [ Thu Jan 08, 2004 9:57 pm ] |
Post subject: | Help me with pictures |
how do you put pictures on? I looked at the tutorial however it did not work. |
Author: | AsianSensation [ Thu Jan 08, 2004 10:19 pm ] |
Post subject: | |
declare an variable for your picture of type integer assign Pic.FileNew ("insert path here") as it's value. then call Pic.Draw (variable name, x, y, mode) to draw it, x, y being the position, and mode is the mode you would draw the picture in. |