Computer Science Canada

Need help with my bank machine...

Author:  princess [ Thu May 29, 2003 4:44 pm ]
Post subject:  Need help with my bank machine...

well i have an assignment to make a bank machine... i finished all the coding and stuff all i need is the graphics... like little buttons and Font.Draw stuff.... i am having sooo much trouble drawing a simple box.. please help!!

Author:  Tony [ Thu May 29, 2003 4:46 pm ]
Post subject: 

dont you think it would be easier (and much better looking) to load a picture of a button instead? A tutorial is available if you need help with syntax.

code:

var picID:int := Pic.FileNew("button.jpg")
Pic.Draw(picID, x, y, picCopy)

Author:  Homer_simpson [ Thu May 29, 2003 4:46 pm ]
Post subject: 

drawfillbox(x1,y1,x2,y2,color)
drawfillbox(100,100,200,200,red)
cant explain it any more clear than that... =/


: