Adding images
Author |
Message |
aliveiswell

|
Posted: Sat Dec 13, 2003 11:37 am Post subject: Adding images |
|
|
I want to add images just as a logo. How would I do that? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
drumersrule123

|
Posted: Sat Dec 13, 2003 12:29 pm Post subject: (No subject) |
|
|
I don't understand what you are trying to say but if you are trying to import a picture use
code: | Pic.ScreenLoad ("picturename.BMP", x, y, picCopy) |
|
|
|
|
|
 |
aliveiswell

|
Posted: Sat Dec 13, 2003 1:08 pm Post subject: (No subject) |
|
|
thanks, but do i have to have the picture in the same dir as the turing file? |
|
|
|
|
 |
Tony

|
Posted: Sat Dec 13, 2003 3:38 pm Post subject: (No subject) |
|
|
no. you can have the picture else where, but you'd have to use the full path. Such as "c:\\folder\\image.jpg" Note that you have to use \\
Edit: thx for the note Mazer |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
Mazer

|
Posted: Sat Dec 13, 2003 9:26 pm Post subject: (No subject) |
|
|
i think you have it backwards tony. if you're going to use the backslash (\) then you'll need to use two, but if you use the forward slash (/) then you only use one. |
|
|
|
|
 |
recneps

|
Posted: Thu Dec 18, 2003 5:15 pm Post subject: (No subject) |
|
|
why the weird slashes? |
|
|
|
|
 |
Dan

|
Posted: Thu Dec 18, 2003 7:29 pm Post subject: (No subject) |
|
|
it is b/c some slashes mean things in most langues like \n \t, ect. normaly \\ = \ and \" = " but i guse the poleop who made turing thougth it whould be fun to mess poleop up and use / to be unlike C or it could be there where going for the wbe systel of dir's where it is /. who knows what is going thougth there heads when they made turing, some times it is best left unknow. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
 |
|
|