flash scrolling text quesiton
flash scrolling text quesiton
Out of context: Reply #1
- Started
- Last post
- 13 Responses
- cosmo0
'list' is the variable name to your dynamic textarea.
scrolling up:
on (rollOver) {
list.scroll++;
}scrolling down:
on (rollOver) {
list.scroll--;
}