|
-
Variable adding problem, Please can you help?
Hi anyone can you please help, i'm running CS3 action script 2.
I have made two input text boxes, their variables being AuthorBox and YopBox
I have a dynamic text box with the vairable name ResultsBox
What I want is Dynamic text box to equal something like
ResultsBox = AuthorBox + ". (" + YopBox + ")"
So that the dynamic text box displays something like this
Smith. A. (1997)
I have created a button with the following code attached to it but it just shows the AuthorBox variable on its own.
on (release) {
ResultsBox = AllText + ". (" + YopBox + ")"
}
Can you please help????? Would be much appreciated and the final program will help a lot of people.
Thanks
Bottlebank
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|