Hi to all,
I am in a good point on my exercises to learn how to use CTF2.5, my Invaders like game is nearly completed (2-3 days of work is a good time for a newbye on Fusion, I think).
Now I have a question about collision between objects, as an example a laser beam that hits a spaceship.
Some tutorials use
Object>Collisions>Another Object event,
others use
Object>Collisions>Overlapping another Object event.
The effect in the game, for a small game like mine, is the same for the two events.
The Enemy Spaceship is destroyed with lasers, sounds and explosions effects, and in the other way if an enemy hits the player ship it is game over.
Wich are the differences in using the two events?
In a Shoot'em Up game is better a Collison or an Overlapping event?