Changing the location of enemy graphics mid-battle?

● ARCHIVED · READ-ONLY
Started by Herobot 8 posts View original ↗
  1. Is there a way to change the onscreen position of an enemy's graphic during a battle? For example, having the enemy graphic start in the middle of the screen, but when an event triggers it moves off to the left side of the screen.
  2. Yeah in troops in the little window you just take the enemy graphic that you want drag it over to the side a bit. 

    Example:

    Spoiler
    1.jpg2.jpg
  3. @Hailren: The OP asked how to change during battle, not in the editor...


    @Herobot: not by default.


    You might try to trick the player by having two enemies for the boss, one on the original position and one on the new position, and have the first disappear when the second is revealed - but that blocks one of the eight enemy slots and still requires an amount of troop eventing.


    Otherwise you have to use scripts to change the positions, and that depends on what you're using as battlesystem - default or one of the battlescripts.
  4. Andar said:
    @Hailren: The OP asked how to change during battle, not in the editor...

    @Herobot: not by default.

    You might try to trick the player by having two enemies for the boss, one on the original position and one on the new position, and have the first disappear when the second is revealed - but that blocks one of the eight enemy slots and still requires an amount of troop eventing.

    Otherwise you have to use scripts to change the positions, and that depends on what you're using as battlesystem - default or one of the battlescripts.
    Oh I guess I got that question wrong.
  5. Andar said:
    You might try to trick the player by having two enemies for the boss, one on the original position and one on the new position, and have the first disappear when the second is revealed - but that blocks one of the eight enemy slots and still requires an amount of troop eventing.

    Otherwise you have to use scripts to change the positions, and that depends on what you're using as battlesystem - default or one of the battlescripts.
    It sounds like I'll need to use scripts, will that work if I'm using the default battle system?
  6. usually yes - most scripts are written to be compatible with the default, and I think there might already be one for this - it would have been more problematic if you already used a different battlescript.


    Edit:


    yes, here it is:


    http://www.himeworks.com/2013/04/06/enemy-re-position/
  7. Andar said:
    usually yes - most scripts are written to be compatible with the default, and I think there might already be one for this - it would have been more problematic if you already used a different battlescript.

    Edit:

    yes, here it is:

    http://www.himeworks.com/2013/04/06/enemy-re-position/
    This is exactly what I was looking for, and it works perfectly! Thank you!
  8. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.