|
-
scroll dynamic text boxs in as3.. used to use "scroll" as2
Hi, I used to hook two functions like this up to buttons to scroll dynamic scroll boxs in as2. Can i do something similar to this in as3 for dynamic txt boxs?
doScrollUp = function(){
onEnterFrame = function(){
body_txt.scroll -= 1;
}
}
doScrollDown = function(){
onEnterFrame = function(){
body_txt.scroll += 1;
}
}
Cheers
Aidan
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
|