Um, I've never really seen a decent answer to the ancient 'instant bullet' question. I need a 'sensor' object to check the line of sight for characters which hits instantly. Same thing as the 'instant bullet' thing.
Another thing is that I want a bullet trace, you know, like in most commercial games. The bullet leaves a small semi-transparent line behind it as it moves. Preferably something that doesn't take up too many active objects.
And how would you do bullet time without making everyone move along the beat of some counter. It seems so easy for the commercial games to do it these days. Even Rise of Nations has their own version of it.
Finally, how do I use the bullet object? It's got so many examples, but there isn't even a documentation.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
1. Couldn't you just create some long line that checks to see if it overlaps the player?
2. Just have something that follows the bullet (using fastloop), such as
Trigger Loop #0 --> Set X Pos of bullettrace to bullet(0,0) or something like that. It shouldn't take too many actives to do that.
Rapid flash, if the bullet is going any direction but up, down, left or right, how are you gonna create some big line?
With YG3 I made a bullet trail by creating another smaller version then the bullet, that slowly fades away. And create that object from 0,0 of the bullet every X miliseconds. Change how long it takes to fade away in the animation editor (Animation speed), and try anti-alias and semi-transparency.
We are the music makers, we are the dreamers of dreams...