
-----------------------------------
WhatAmIDoing
Thu Mar 11, 2004 10:58 am

how do you make a scrollbar
-----------------------------------
I need to make a scroll bar in my high scores table for my frogger game.  so far there are like 100 entiris and i need to scroll up can anyone help

-----------------------------------
Paul
Thu Mar 11, 2004 3:55 pm


-----------------------------------
Cervants taught me, just make the vertical size of the screen larger than max.

setscreen ("graphics: 500; 2000")

or something like that

-----------------------------------
Tony
Thu Mar 11, 2004 7:19 pm


-----------------------------------
heh, that's a cheap way out :lol:

what you can do is to ether use the GUI module with textfield and a vertical scroller...

or just use couple of buttons and a forloop that displays all the score from the position of the scroller
