how do i import pictures
Author |
Message |
GUI.GetScrollBarWidth : i
|
Posted: Fri Feb 13, 2004 11:58 am Post subject: how do i import pictures |
|
|
can some 1 tell me how to import pictures in to turing
ps:i like turing |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Paul
![](http://i12.photobucket.com/albums/a207/paulbian/DDRDuck.png)
|
Posted: Fri Feb 13, 2004 12:01 pm Post subject: (No subject) |
|
|
use pic.draw
like
code: |
var gorilla := Pic.FileNew ("gorilla.bmp")
Pic.Draw (gorilla, 150, 70, picMerge)
|
|
|
|
|
|
![](images/spacer.gif) |
jonos
![](http://jonos.f2g.net/pictures/rankca.gif)
|
Posted: Fri Feb 13, 2004 12:02 pm Post subject: (No subject) |
|
|
i think there is a tutorial on that, but im not sure. its something like:
var myPic : int := Pic.FileNew ("picture.bmp/jpg")
Pic.Draw(myPic, x, y, picCopy)
i think thats it, ive never used it, but you can check the turing reference in turing to check it over if it doesn't work. |
|
|
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
Posted: Fri Feb 13, 2004 3:43 pm Post subject: (No subject) |
|
|
there was even a post on this like 1-2 days ago.
Quote: |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
![](images/spacer.gif) |
|
|