by Just4Fun » Sat Apr 09, 2005 2:36 am
Hi Ingsan,
If I understand you correctly, you could do the following:
1. Create two Actors (mytext) and (button1)
2. Set up your text in mytext Actor (use space bar and make 5 or 6 spaces, also remember to set up your fonts)
3. In button1, use Mouse Down event -->script editor and add the following code:
strcpy(myactor.text,"Hello"); //copies Hello into myactor text on mouse down event.
* Don't use text input unless you want the user to type in some text.
HTHs....
I've learned that I still have a lot to learn.
** Makslane == Genious **