i made a menu for my game, right now, its only start & quit. when you click on the one that is listed in the program first, its fint, but for the one that is checked secons, you have to click on the exact sreen coordnates. this is what it is
If ImagesOverlap(cross,MouseX(),MouseY(),start,512,300) And MouseHit (1) Then
game()
EndIf
If ImagesOverlap(cross,MouseX(),MouseY(),quit,512,700) And MouseHit (1) Then
End
EndIf
"i don't know how to do that thing where the code is black & green"
If ImagesOverlap(cross,MouseX(),MouseY(),start,512,300) And MouseHit (1) Then
game()
EndIf
If ImagesOverlap(cross,MouseX(),MouseY(),quit,512,700) And MouseHit (1) Then
End
EndIf
"i don't know how to do that thing where the code is black & green"