Computer Science Canada

even more .jpg help

Author:  bizkit [ Sun Dec 08, 2002 9:31 pm ]
Post subject:  even more .jpg help

ok version is updated, everythings fine i put in the code:
var picID:int := Pic.FileNew("korn.jpg")
Pic.Draw(0,0,picID,picCopy)

and i get the error:
illegal picture id number "0"
if i use x,y says they arnt decleared so what do i gotta do?

Author:  Tony [ Sun Dec 08, 2002 9:59 pm ]
Post subject: 

I already explained this to you personally, but for others

Pic.Draw(picID,x,y,mod)

you got to keep your values in right order


: