Hi,
See below for my code. My Game loop is slowed due to the fact I have to constantly display the button to refresh it and show it in an unclicked state. Any ideas how I can do this without constant pasting ?
if Player2Orders=4:button23=103:endif
If mousex()>=742 and mousex()<=762 and mousey()>=623 and mousey()<=643
if Mouseclick()=1
button23=103
paste image button23,742,623
endif
Endif
Paste image button23,742,623
if Player2Orders=4:button23=103:endif
If mousex()>=742 and mousex()<=762 and mousey()>=623 and mousey()<=643
if Mouseclick()=1
button23=103
paste image button23,742,623`pressed image
Endif
Endif
paste image button23,742,623`non pressed state