I've got a dynamic textbox which loads text from an external .txt file and am trying to add a vertical scrollbar.
When i drag the scrollbar component onto the textbox it doesnt seem to snap to it.
I've linked the instance names as required in the property inspector and also tried using the following actionscript:
[load text]
my_scroll.setScrollTarget("target"
;
my_scroll.setEnable(true); ///just in case!
When i run the movie the scrollbar is dulled like its not recognising there is any text present?
Where am i going wrong!?!?!
Many thanks......
When i drag the scrollbar component onto the textbox it doesnt seem to snap to it.
I've linked the instance names as required in the property inspector and also tried using the following actionscript:
[load text]
my_scroll.setScrollTarget("target"
my_scroll.setEnable(true); ///just in case!
When i run the movie the scrollbar is dulled like its not recognising there is any text present?
Where am i going wrong!?!?!
Many thanks......