From 79670053c7247d3a49b607960efd284e93f057e5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Aug 2013 17:14:26 -0500 Subject: install.pl --- bPod/com/threads/ThreadScroller.as | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bPod/com/threads/ThreadScroller.as (limited to 'bPod/com/threads/ThreadScroller.as') diff --git a/bPod/com/threads/ThreadScroller.as b/bPod/com/threads/ThreadScroller.as new file mode 100644 index 0000000..2aecde6 --- /dev/null +++ b/bPod/com/threads/ThreadScroller.as @@ -0,0 +1,15 @@ +import com.oop.ScrollingMenuFrame; + +class com.threads.ThreadScroller extends ScrollingMenuFrame +{ + var intRate:Number = 20; // scroller speed + + public function doLoad(_dataArray:Array , _buttonType:String):Void { + holder_mc.attachMovie("ThreadSelectionSystem", "threads", 1000); + holder_mc["threads"].doInit(_dataArray, _buttonType ); + +// holder_mc._x = 0; // use as needed! this puts the horiz scroller back in view + holder_mc._y = 0; // when a keyword tile is clicked. + } + +}; \ No newline at end of file -- cgit v1.2.3-70-g09d2