Strange stuff related to the stage property

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

  1. #1

    Default Strange stuff related to the stage property

    Good morning fellas:

    Couple of things related to the stage has been ocurring in some of my proyects:

    1)My background bitmaps are 800x600, but after several sesions working in the project director "adds" several white areas to the graphic which turns to be for example 823x607 pixels instead of the original 800x600. This areas can be removed using matte ink for example and are not big ideal graphically since they are off stage, but can mess many calculations based on "the stage" property

    2) Working at 800x600 pixels, you retrieve some info in the message window by typing: "put the stage.rect" and it tells you the folowing info: "rect(8, 136, 808, 736)" and all my big background bitmaps are 800x600, I see that the resulting figures fit within the expected 800x600 framework but I'd like it to be like this: "rect(0, 0, 800, 600)" which what it should be, isnt it?

    Thanks in advance.

    Hausser.



    Hausser webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. ASP Coding Problem, XMLDOM-related (or just language-related!)
      Hi, I'm hoping someone can help me with this problem. I'm not sure whether the problem lies with the software or with my understanding of the...
    2. Direct To Stage ON/OFF - highlight property change
      Hi, sorry for my very very poor english. I need grabbing 3D scene to image. If use alternative "3D member to image" highlight property on...
    3. strange stawork.cpp error, com+ related?
      Hello MSDN! I have a asp-application running on a Windows Server 2003 Web Edition, and on and off I get a lot of strange errors in the event...
    4. Help please...mouseover stage causes stage to expand size...
      I'm trying to find a tutorial on mouseover the stage, and it expands (drops down)...any help most appreciated!
    5. Strange behaviour of Goto Related Record with password and groups
      Hi, I discover a strange behaviour of FM5.5. in conjunction with password and groups. I have two tables. The first table is an opener file...
  3. #2

    Default Re: Strange stuff related to the stage property

    The stage rect gives you the location of the stage window on the end
    user's computer screen. The user's screen coordinates start at the
    upper left corner with point (0,0). If you position your projector at
    that point then it will play from the upper left corner. If you select
    your projector to play "centered", then the stage will float to the
    center of the user's screen area, whereever that may be.

    This same coordinate system is used by MIAWs. MIAW windows are
    positioned on the user's screen based on the absolute location, not a
    location relative to the stage window.

    As long as you are working within the stage area you can use the
    stage's coordinate system. For instance, locating or moving a sprite on
    the stage is based on the stage's upper left corner, not on the user's
    screen.

    --
    Rob
    _______
    Rob Dillon
    Team Macromedia
    [url]http://www.ddg-designs.com[/url]
    412-243-9119

    [url]http://www.macromedia.com/software/trial/[/url]
    Rob Dillon 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