Pop up windows in vx ace

● ARCHIVED · READ-ONLY
Started by dotspak 8 posts View original ↗
  1. Hi, so basically I'm trying to make a game with some serious fourth wall breaking instances in it, and I've wanted to make a scene where a pop up window outside of the game application opens. Something that looks like so:

    PopupBoxes_Fig1.jpg

    If anybody knows how to do this (as I couldn't find a script anywhere online) I would really appreciate it, and will give credit to you once the game if you can at all help me get to a conclusion.

    Thanks if you can help!
  2. Ace has a built in msgbox("text") method that creates a text box like this:
    JfCFNgiQSjyUzGFRUR3_JQ.png
  3. It might be a problem if the player is playing the game in full screen mode.
  4. Yuuta Kirishima said:
    Ace has a built in msgbox("text") method that creates a text box like this:
    JfCFNgiQSjyUzGFRUR3_JQ.png
    Sorry for responding so late i must not have clicked send emails! This is exactly what i want to do, how do I access this command?
  5. sparklesonic said:
    Sorry for responding so late i must not have clicked send emails! This is exactly what i want to do, how do I access this command?
    Just write
    Code:
    msgbox("Text here")
    In event script call
  6. Perfect, I have exactley what I need thanks for the help!
  7. [closed]IgnoreMe[/closed]