Hi guys!
I try to create a dynamic text field to scroll down continously (without button!) and smoothly. It also should loop without breaking.
It tried like this:
but that scrolls to fast and I don't know how to loop it.
Has anyone any idea how this could be done?
Thanks for your help
MICHER
I try to create a dynamic text field to scroll down continously (without button!) and smoothly. It also should loop without breaking.
It tried like this:
Code:
onClipEvent (enterFrame) {
_root.Textfield.scroll += 1;
}
but that scrolls to fast and I don't know how to loop it.
Has anyone any idea how this could be done?
Thanks for your help
MICHER