Ask a Question related to Macromedia Director 3D, Design and Development.
- lduncalfe #1
3D text made with variables? Hi,
Can 3D text be created based on a variable instead of a member of the cast?
So, if the user submits some information with a form, their text can be displayed in 3D?
lduncalfe Guest
-
**Touch Up Text Tool in Acrobat Pro 7.0.8 -Won't Embed Font after changes made - Why?**
After touching up some text in my PDF's, using the Pro Touch up tools, the file re-saves, but a notice appears stating "The font could not be... -
Does dynamic scrolling text made in flash work withdreamweaver?
Help? I'm making a website with flash and dreamweaver. I have two pages that have Dynamic scrolling text with external links to the .txt files. ... -
how to split continuous text in a variable into two text-variables...?
Hi, i have a little problem. i need to split a continuous text-variable into two text-variables but in whole words! so i can show these two... -
image with text made by php..
I have a problem to made an image with a text on it. I have made a tile and if i create a line for example php work properly, but if i try to put a... -
Help! Has anyone made the Text Scroll bar widget work?
When I try using my own images for drag, bar, up and down arrows, it repositions them automatically to an ugly unusable position. Any ideas? ... - Reznor #2
Re: 3D text made with variables? It's not only possible, it's quite easy :-) You still need a text member to
create 3D text. Assign the variable to the text member:
member('text_member').text = string(variable) Next create a model resource with
this code resource = member('3D_member').extrude3D(member('text_member' )). Set
the right properties of the resource, like tunnelDepth, bevelType, ... and next
use the resource to create the actual model. model = =
member('3D_member').newModel('model_name', resource). Don't forget to set
shaders and textures, otherwise your model may be invisible. cheers, Reznor
Reznor Guest
- lduncalfe #3
Re: 3D text made with variables? Thanks Reznor, I ended up achieving this along the lines you specified, by
creating text members in the cast, and re-assigning them to strings of
variables like you mentioned. I then extruded the text members into the
3Dworld.
lduncalfe Guest




