Computer Science Canada

Adding images

Author:  aliveiswell [ 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?

Author:  drumersrule123 [ Sat Dec 13, 2003 12:29 pm ]
Post 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)

Author:  aliveiswell [ Sat Dec 13, 2003 1:08 pm ]
Post subject: 

thanks, but do i have to have the picture in the same dir as the turing file?

Author:  Tony [ Sat Dec 13, 2003 3:38 pm ]
Post 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

Author:  Mazer [ Sat Dec 13, 2003 9:26 pm ]
Post 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.

Author:  recneps [ Thu Dec 18, 2003 5:15 pm ]
Post subject: 

why the weird slashes?

Author:  Dan [ Thu Dec 18, 2003 7:29 pm ]
Post 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.


: