|
Prev: Spinning Globe
Next: Fscommand "exec"
From: ISO360 on 17 Mar 2005 22:16 Hi, I'm new to Flash and I'm using Flash Mx 2004. I was wondering how do i create a Scroll Bar and Buttons. I've created a simple scroll bar with two buttons one up and down button. My problem is I want my user to be able to press down on the button and have the text scroll continuosly down or up with out having to keep clicking the buttons to move each line. For example like the scroll bar on this form. Two buttons and a scroll bar. Sorry if this may seem like a stupid question. Note it doesn't say this in the Flash books or references. On how to create a Scroll Bar and Buttons just like the one on this Form for example. PS I don't want to use the components.
From: merlinvicki on 18 Mar 2005 01:36 Attached the following code to an Up button that scrolls the my_txt text(instance name) field. on (release) { my_txt.scroll = myText.scroll + 1; } Similarly, change the value to -1 for the Down button.
|
Pages: 1 Prev: Spinning Globe Next: Fscommand "exec" |