-
Help please
In my giant fighting robot side scroller game I have this technique for my mech where it teleports to all the enemies. What Im wondering is how do you make it teleport relative to the enemies, how it will teleport to all of them, and a sort of time stop thing.
-
Re: Help please
What do you mean by teleporting to all of them? The robot would split up wouldn't it :P Or do you mean that it teleports to an enemy and then to another? The time stop (if you mean that the enemies will freeze) would be easy to create unless your code is massive. Just stop all the movements except the player's, and that's it.
-
Re: Help please
Like just teleporting. Not splitting up. But that would be a good idea. A la Gaogaigar.;p Thank-you.
-
Re: Help please
Well, if it's teleporting, it would be pretty easy, just put in a few actions that transports you to the same position as a detector right next to the teleporting device.