
06-12-2001, 11:26 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
just get the number of frames that have been loaded against the frames that need to be loaded * 10 and you have a percentage.
like
f = frames loaded
n = frames needed to be loaded
((f/n) * 10) that will give percentage
id include a tutorial how to do everything step by step but im too lazy .. |
|
|
|