Yeh, I did some proper searching - e.g. Google! lol...

And got my textbox working.
Thanks for the links anyway!

Also, I believe (correct me if I'm wrong) that the way to make scroll buttons is to right -

btnScroll.onRelease = function() {
   content_Txt.scroll+=5;
};

(For Down)

btnScrollU.onRelease = function() {
   content_Txt.scroll-=5;
};

For Up?

Thanks
:)
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to