RE: Super slide.........
- Posted by ddparnell at bigpond.com Feb 25, 2001
- 389 views
Hi Thomas, in the routine onOpen_ScrollWin(), change the setScrollPos from 0 (zero) to army. What your code is currently doing is setting the slider's position to zero every time you open the window. I believe what you are trying to do however, is to set it to the "army" amount each time. >>> setScrollPos( dcroll, army ) <<< ---- Cheers, Derek Parnell