Loop

● ARCHIVED · READ-ONLY
Started by Koblas 6 posts View original ↗
  1. How can I make a loop then continue my script? For example: If I want that my image moves up and down with a loop, but then I want that some dialogues or something else appear, how can I do that? I've seen a game where in battles enemies are pictures that move up and down in loop, but the fight go on while this loop is operating
  2. Tech Support is for when you can't get the engine working. Based on your profile, I'll be moving this to MV.

    I've moved this thread to MV Support. Thank you.

  3. Hi there.

    1.
    - When you say you want some dialogues to appear, can you be more specific?

    Do you mean you want to set-up some 'in-battle' dialogue events between characters?

    2.
    - Were you wanting to change your battlers to images that have some faux animations? (i.e breathing etc)
  4. by not using your own loop.

    Unfortunately you don't give enough info to guide you to a solution, because the solution depends on what exactly you want to do. More specifically, it depends on wether you want to program your own plugin (in which case you have to integrate into the main game loop yourself, which is not something for an inexperienced javascript programmer), or if you want this in events (in which case the event interpreter may handle most things for you, but you need to tell if you're talking about a troop event, a map event or a common event)
  5. A troop event. I want that the enemy image loops up and down so the pictures won’t seem too static, but if I do that, the loop event will never stop. I want that the battle goes on while this “move picture” loop continue
  6. Sounds like you're in need of ... battler motions!

    Check the spoiler., link to the plugin is inside the video description.

    Spoiler