How do I make it when I press a fire button, whatever the crosshair is on, hits or selects? How do I get the 2 sprites to work?
along the lines of
if button pressed
crosshair overlapping sprite - sprite destroyed
so you have two conditions - if the first is true then construct will then check the second. if all conditions are found to be true then the actions will be done.
here you go....
https://goo.gl/NHIUAl (R214)
cool, thank you
Develop games in your browser. Powerful, performant & highly capable.
I've made a "Shooting gallery" tutorial that could help on the matter.