It seems ive hit a roadblock im making a remake of kirby and I was wondering how I can program enemys to attack when player 1
is close by thanks in advance
Printable View
It seems ive hit a roadblock im making a remake of kirby and I was wondering how I can program enemys to attack when player 1
is close by thanks in advance
The simplest way, would be to create another active object which is always on the same position in the frame as the enemy. Make this object a nice large circle as big as his attack range. Then when the player overlaps this object, trigger the enemy to attack.
If you are new to MMF, this may be tricky if you have several similar enemies.
thanks but how do i make it invisible?
Uncheck the object property "Visible at start" (or similar).
thanks! :)