Re: Property of scroll bar
- Posted by Judith Evans <camping at FLASH.NET> Jan 13, 2000
- 559 views
Hi, I do something similar to what you are trying to do like so: for i=scroll[1] to scroll[15] do -- where scroll is the sequence containing all the VScoll or HScroll you -- made on the fly onScroll[i]=routine_id..... end for Judith Evans

