Forum rules - please read before posting.

Zoomed in pop-out window.

Hey,
I am a beginner in terms of your plugin, and I would really like to know how to implement in my game a popout window, that will be shown when clicked on an object in order to "zoom in". I am including some illustration image to show you what I mean.

Comments

  • For a 2D game?

    You can add the window in the scene file, but just keep it hidden from view until you're ready to show it. If it's interactive with Hotspots etc, just make sure it all has one shared parent, so that you can move one single GameObject to move the whole thing.

    You can then use the Object: Teleport Action to place it where you want, when you want to show it.

    If you want to prevent the Player from moving during this time, use the Engine: Manage systems Action to lock the Movement system.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.