flash question

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • gdodds0

    Create a movieclip with your text in it, and mask it. Then create one up and one down button. When you click the up button start an onEnterFrame or interval and increase the y position of the text holder movieclip (make sure to clear the interval when you release the mouse button). Do the same for the down. Make sure to use if statements in the up and down functions to set your boundaries.

View thread