Hello. We’re working on a simple shooter game & we’re pretty new to GE.
Can anyone help us learn how to make a crosshairs (target sight) that:
follows mouse input,
when an object is targeted w/ crosshairs & mouse-clicked, that piece of geometry gets “shot” and moves,
does not change the camera’s perspective.
We’ve seen an example with a crosshairs on an otherwise transparent plane centered in front of the camera, & mouse input moves the camera around. This isn’t the effect we’re looking for. We’d like a stationary camera & a mouse-controlled crosshairs. Any ideas or examples out there?
I don’t think I’ve seen exactly the type of tutorial you’re looking for (how to make object move/change when clicked). It’s really pretty simple, so I’ll just explain it here.