Computer Science Canada

assign variable to a picture

Author:  msimard8 [ Mon Oct 10, 2005 11:31 am ]
Post subject:  assign variable to a picture

How do I assign a variable to recognize a bmp file.

Author:  TokenHerbz [ Mon Oct 10, 2005 1:37 pm ]
Post subject: 

Um, is this what you mean??

code:

var name :int := Pic.FileNew ("name.bmp")


you amy also change the pic too, by using its variable...

code:

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


: