Flash Dynamic Text?
Flash Dynamic Text?
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- knusperpixel0
On each of the 10 Buttons:
on(release)
{
textbox.scroll = 0;
}where textbox is the name of your textbox.
this should help
On each of the 10 Buttons:
on(release)
{
textbox.scroll = 0;
}
where textbox is the name of your textbox.
this should help