Hey’all,
I currently have a dynamic text box loading some html text (from external source) and scrolling automatically (need it to display news for a website that will be updated weekly by the client) … I was wondering two things:
1 - Is it possible to endlessly loop the text (currently scrolls it and stops at the end)?
2 - My main movie is at 35 fps (too fast) can you set the speed of the scroll?
here is the actions on my container movie clip (very basic)
onClipEvent (enterFrame) {
_root.text.scroll++
}
keep on contact, Romeo