
-----------------------------------
aliveiswell
Sat Dec 13, 2003 11:37 am

Adding images
-----------------------------------
I want to add images just as a logo. How would I do that?

-----------------------------------
drumersrule123
Sat Dec 13, 2003 12:29 pm


-----------------------------------
I don't understand what you are trying to say but if you are trying to import a picture use 

Pic.ScreenLoad ("picturename.BMP", x, y, picCopy)

-----------------------------------
aliveiswell
Sat Dec 13, 2003 1:08 pm


-----------------------------------
thanks, but do i have to have the picture in the same dir as the turing file?

-----------------------------------
Tony
Sat Dec 13, 2003 3:38 pm


-----------------------------------
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

-----------------------------------
Mazer
Sat Dec 13, 2003 9:26 pm


-----------------------------------
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
Thu Dec 18, 2003 5:15 pm


-----------------------------------
why the weird slashes?

-----------------------------------
Dan
Thu Dec 18, 2003 7:29 pm


-----------------------------------
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.
