Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Rob Dillon #1
Re: about shapes
FillMode belongs to vector members, not shape members.
To dimension and color a new shape you need to use the filled and
pattern properties of the new member, set a rect for the member and
then set a foreColor for the sprite instance of that new member.
on startMovie
new(#shape, member 100)
member(100).name = "newOval"
-- give it a name to make it simpler to address
member("newOval").shapeType = #oval
member("newOval").filled = 1
member("newOval").pattern = 1
member("newOval"). rect = rect(0,0,20,20)
end
--
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
-
How to interpolate 3D shapes?
Hey, I?m trying to make a web presentation where the user can click over a 3d object and by the movements of the mouse it gets deformed. I though... -
distortion of shapes
When I "drag to rotate" a group of objects they become distorted and elongated at certain angles, see: http://www.bio-graphix.com/interact3d.htm... -
CUTTING OUT SHAPES FROM SHAPES
I'm guessing this has something to do with the knockout groups and grouping, but what I'm looking to do is sorta make a "comet trail" type shape. ... -
Contract shapes?
Is there a way in Illustrator (like there is in Photoshop) to easily and automatically contract a shape? In Photoshop you go the the "Select" menu... -
Text shapes
Is there a way to shape text? I'm new to fireworks and would like to have text arch down and around a logo (kind of like an upside down U). ...



Reply With Quote

