Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Word of Mouth Productions #1
miaw stage image
I'd like to get the image of an MIAW's stage, not "the" stage. I'm assuming
that if from the MIAW I put the image of the stage into a variable it will
be the actual stage, not an image of the MIAW's stage. Is there a stage
property of the activeWindow or do I need to grab the portion of the stage's
image that represents the rectangle of the MIAW, or, is there some easier
way?
Craig
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
Word of Mouth Productions Guest
-
miaw and stage
Hello: I have a problem with miaw's. I need to call a miaw from the stage , and when the miaw appears the main movie pauses all actions and and it... -
Dynamically assigning stage script to MIAW sprite?
I'm having trouble assigning a a script to a MIAW sprite. Anyone know of the proper way to do this? I tried a few things below with mixed results. ... -
aliging a miaw over a sprite on stage... help please
I though that I could tell the maiw to open in the same coordenates as an invisible member using the rect command but it only work well when the... -
Minimize Stage from MIAW/PC Projector
Hi, I am having a problem minimizing the main stage when a MIAW is open. I am trying to minimize the stage from the title bar of the main stage,... -
Closing a MIAW after using V12-DBE sends the stage to the background
Hi, I have got a problem with the V12-DBE-xtra. I open a window from Director and execute some V12-functions. Closing the window with the normal... -
Andrew Morton #2
Re: miaw stage image
The MIAW has its own .image property:-
x=window("a.dir")
open(x)
put x.rect
-- rect(521, 148, 841, 468)
put x.image.rect
-- rect(0, 0, 320, 320)
Andrew
Andrew Morton Guest
-
Word of Mouth Productions #3
Re: miaw stage image
I did what I should have done before I posted it and found that the MIAW has
it's own stage.image. Thanks.
I guess I would have to use tell the stage to img = (the stage).image to get
the stage's image from the MIAW
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
news:bqi3se$hnh$1@forums.macromedia.com...> The MIAW has its own .image property:-
>
> x=window("a.dir")
> open(x)
> put x.rect
> -- rect(521, 148, 841, 468)
> put x.image.rect
> -- rect(0, 0, 320, 320)
>
> Andrew
Word of Mouth Productions Guest



Reply With Quote

