well I'm just starting at programing and whenever i make an image come up it still shows up after i have switch to a new image.
well this is the code i'm using can you please add what ever i need to do to fix it and then explain
Graphics 800,600
Global title=LoadImage ("symbol.png")
Global menu=LoadImage ("menu.png")
DrawImage title, 400,300
Text 400,400,"digital anarchy presents..."
WaitKey
FreeImage title
DrawImage menu, 0,0
WaitKey
End
well this is the code i'm using can you please add what ever i need to do to fix it and then explain
Graphics 800,600
Global title=LoadImage ("symbol.png")
Global menu=LoadImage ("menu.png")
DrawImage title, 400,300
Text 400,400,"digital anarchy presents..."
WaitKey
FreeImage title
DrawImage menu, 0,0
WaitKey
End