Help me with pictures
Author |
Message |
help_wanted
|
Posted: 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. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
AsianSensation
|
Posted: Thu Jan 08, 2004 10:19 pm Post subject: (No 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. |
|
|
|
|
 |
|
|