Results 1 to 8 of 8

Thread: Multiple Floors with DD3 Maps

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    Looks like I'm going to answer my own last question here. I haven't gotten it to work yet, but...I think the final solution to my original question is that you use muliple sheets to represent the levels and then you create a menu system with text and hotspots that call macros to show and hide the layers. I will let you all know how it goes.

    The macro commands are HIDESHT and SHOWSHT
    (Anyone else find this funny cough, cough)

    Thanks everyone for the quick responses.

    Mike

  2. #2

    Post

    So here's my final solution:

    1. I created 2 scripts files called viewfloor1.scr and viewfloor2.scr in the same folder as the map. Of the general form:
    HIDESHT 1 FLOORS
    SHOWSHT 2 FLOORS

    2. I went to [Tools>Macros>Make Hotspot] and entered something like:
    scriptm $viewfloor2.scr;
    and selected the rectangle for the hotspot

    3. Now I can just click on a hotspot and it shows the appropriate floor. Very slick.

    Thanks for the help everyone.

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •