
-----------------------------------
msimard8
Mon Oct 10, 2005 11:31 am

assign variable to a picture
-----------------------------------
How do I assign a variable to recognize a bmp file.

-----------------------------------
TokenHerbz
Mon Oct 10, 2005 1:37 pm


-----------------------------------
Um, is this what you mean??


var name :int := Pic.FileNew ("name.bmp") 


you amy also change the pic too, by using its variable...


var name2: int
name2 := Pic.Scale (name, x, y)


But, i think you should look at this tut for all the info 1st...

http://www.compsci.ca/v2/viewtopic.php?t=191
