|
-
Senior Member
Gotoand learn.com tutorial
I am trying to figure how to add multiple lines in the Tool tips tutorial at http://www.gotoAndLearn.com website.
I can't seem to figure out how to make multiple lines of text like he has in his menu.
Can anyone explain this? Is it seperate text files being loaded? And could it be possible to load a .swf file instead??
Thanks..
-
did you set your text box to multiple lines ?
-
Senior Member
Yes I did... It just displays text as far as the box goes then nothing..
-
Senior Member
I guess this is not possible.. Does anyone know what i could do instead??
i thought that there was a way to use the onmouse rollover script???
thanks
-
Umm, do you mean create a new line using code?
Im confused, but if thats what you want you can do the following:
textBox.text = "Firstline\n" + "Secondline"
\n creates a new line
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
|