Ask a Question related to Macromedia Director Basics, Design and Development.
-
Jonathan Hall #1
MIAW shape
Does anyone know how to use a mask to change the displayed shape of the
stage. I know this is possible as I have seen it before - just can't
remember how it was done and whether it was a miaw or the actual main movie.
Thanks
Jonathan Hall Guest
-
Buttons changing shape (tween shape)
Hi, the movie i'll be talking about can be found here so please have a look : http://www.rendezvous-info.com/buttons.html The frame is built... -
How to cut-out one shape from another
Or you can use the pathfinder tab select both circles and use the subtract option to subtract one circle from the other. -
Adding a border to a shape formed with the Custom Shape Tool
Hello, Need a little help adding a border. I just added a shape using the Custom Shape Tool and I like to add a black border. Right now the... -
Is this shape possible in Fireworks MX???
Hi, Looking to create a logo for myself, like the shape of this one shown here, as a basis to work from. Follow this link, logo is on the... -
Cut a bitmap to shape
Hi, Ive created a custom shape and im trying to make a bitmap image the same shape. Ive tried using the mask option with the shape and bitmap but... -
ExploreLearning #2
Re: MIAW shape
In DirMX 2004 the easiest way to change the shape of the stage is to click on
the stage window, and then look at the property inspector. You should see a
Display Template tab. On that tab you can select the mask for the stage.
ExploreLearning Guest
-
JB #3
Re: MIAW shape
You can set the windowType of a miaw to a bitmap member acting as a
mask, test it with a projector. Migot work the same for (the
stage).windowtype, I don't recall.
JB Guest
-
ExploreLearning #4
Re: MIAW shape
In "old school" lingo you can do (put, set...you make the call)
put (the stage).appearanceOptions.mask
put (the stage).appearanceOptions.dragRegionMask
but now you can do it with a bit more flare
put _movie.stage.appearanceOptions.mask
put _movie.stage.appearanceOptions.dragRegionMask
ExploreLearning Guest



Reply With Quote

