|
|
Hello everyone:
I have a project, in which the information for the client is inserted
dynamically by the end user. Meaning, my customer pays us to create a splash
screen in Director. This splash screen has blank text fields. When my client
types information in a specific line of a notepad.txt the blank text fields get
populated with the required info. The info on the .txt file are things like
names, telephone #'s, emails, etc. Now my client wants to be able to change the
font properties dynamically also. Is there anywhere that I can get a list of
font properties for Director. So far I have some, like :
member("info").font= "arial"
member("info").forecolor=5
Also, with the forecolor, is there anywhere with a list of what the =number
means? I mean, numbers are not very colorful, what if the customer wants blue,
of green, or red.
Thank you!
|
|