Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Scalable MIAW

    Help!

    I'm launching a MIAW from a projector and want to be able to scale the MIAW
    and its content up and down by dragging its border. I've got the MIAW set to
    windowtype=0 (the default). But when I go to scale it, the shape of the box
    changes but the content does not.

    I know this can be done. So I've got to be doing something wrong. Can anyone
    just give me a start in the right direction?

    Thanks,

    Rod
    FOF


    FOF Guest

  2. Similar Questions and Discussions

    1. Creating a scalable layout
      Hello. I'm trying to achieve something that should be simple but seems not to be, and please don't suggest I use a frames layout (even though...
    2. Are EPS files intended to be scalable?
      This issue has never been clear in my head. I know that EPS has vectors - I want to make a logo that I can scale larger or smaller with impunity in...
    3. scalable window with fixed bitmaps?
      I was wondering if it is possible to have a swf that contains jpegs that can remain fixed in their dimensions regardless of whether the main swf is...
    4. Scalable background image and non-scalable elements
      Regards, I'd like to achieve following result. The background image get's loaded to my SWF file as background image. On that background image,...
    5. scalable masks?
      Hi, I created a presentation using a mask to hide elements that fly from outside onto the stage. When I zoom in however, the mask won't change...
  3. #2

    Default Re: Scalable MIAW

    How about checking the size of the stage using the stageLeft, the
    stageRight, the stageTop and the stageBottom - and then adjusting the
    content when the stage is resized....?

    // Morten


    "FOF" <fof@ix.netcom.com> wrote in message
    news:aiA0b.905$sV.140@newsread1.news.atl.earthlink .net...
    > Help!
    >
    > I'm launching a MIAW from a projector and want to be able to scale the
    MIAW
    > and its content up and down by dragging its border. I've got the MIAW set
    to
    > windowtype=0 (the default). But when I go to scale it, the shape of the
    box
    > changes but the content does not.
    >
    > I know this can be done. So I've got to be doing something wrong. Can
    anyone
    > just give me a start in the right direction?
    >
    > Thanks,
    >
    > Rod
    > FOF
    >
    >

    MOF Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139