Computer Science Canada

how do you make a scrollbar

Author:  WhatAmIDoing [ Thu Mar 11, 2004 10:58 am ]
Post subject:  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

Author:  Paul [ Thu Mar 11, 2004 3:55 pm ]
Post subject: 

Cervants taught me, just make the vertical size of the screen larger than max.
code:

setscreen ("graphics: 500; 2000")

or something like that

Author:  Tony [ Thu Mar 11, 2004 7:19 pm ]
Post subject: 

heh, that's a cheap way out Laughing

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


: