im using dynamic text in my menu. seems like itll take up less space and i gotta learn to do this sometime soon so im asking you guys
ive got a menu up and i have my dynamic text field up also in my menu there is 4 buttons each leading to different things
2 of them i want to lead to dynamic text
question#1 can i use 1 dynamic text field for 2 different buttons leading to 2 different text contents?
question#2 what code do i use on the button to make the dynamic text show up
question#3 where to i type the dynamic text.
ill most likely have more questions on this topic seeing im new to dynamic text.
thanks a bunch guys
-largefry
[Edited by largefry89 on 05-12-2002 at 12:29 PM]
You can change the contents of a dynamic text box as often as you like. Just make sure you type a variable name in the Text Options section. You then use that name to assign the content to the dynamic text box.
Example: make a text field. In the text options panel, give that text field the variable name January1.
Now, on a button, put this code:
On (release){
January1= "New Year's Day";
{
Furthermore, and as far as I know, you need to make a text field for dynamic content...Thus, I'm oblivious to whether or not you can have one text field for two different contents...I'll need to check that myself...
like i said im gonna have more questions.well here one is
in the dynamic text field i have it the perfect size.but my text wont fit it it...so i need a scroller bar
as you can see im gonna need a full instruction on this
thanks a bunch