|
-
Button Scrolling Text
I am trying to let a dynamic text field scroll on 'Hover' over a button.
I have the simple:
on (rollOver) {
info_txt.scroll -= 2;
}
but this simply scrolls the text field 2 lines on the event of rolling onto the button.
How may i acheive getting the text field to continue scrolling untill i roll out?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|