How can i scroll text on my mobile and pad?
I have this code, and I want to be able to scroll the text on a mobile or a pad: Which Event should I use, to be able to scroll my Text? xmlText = new TextField(); addChild(xmlText); xmlText.width = 305; xmlText.height = 280; xmlText.x = 10; xmlText.y = 110; xmlText.textColor = 0x000000; xmlText.multiline = true; xmlText.wordWrap = true; xmlText.selectable = false;
PLEASE HELP
Last edited by VVT; 03-15-2012 at 03:48 PM.
Reason: PLEASE, PLEASE HELP
|