| Need help with my bank machine... 
 
	 
	
		| Author | Message |   
		| princess 
 
 
 
 
 | 
			
				|  Posted: 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!! |  
				|  |  |   
		|  |  |  
	  
		|  |   
		| Sponsor Sponsor
 
  
   |  |   
		|  |   
		| Tony 
 
  
 
 
 | 
			
				|  Posted: Thu May 29, 2003 4:46 pm    Post subject: (No 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)
 
 | 
 |  
				|  Tony's programming blog. DWITE - a programming contest. |  |   
		|  |  |  
	  
		|  |   
		| Homer_simpson 
 
  
 
 
 | 
			
				|  Posted: Thu May 29, 2003 4:46 pm    Post subject: (No subject) |  |   
				| 
 |  
				| drawfillbox(x1,y1,x2,y2,color) drawfillbox(100,100,200,200,red)
 cant explain it any more clear than that... =/
 |  
				|  |  |   
		|  |  |  
	  
		|  |   
		|  |  
 |