Ok, I'll see if that works.
EDIT: Nope, that didn't work. I made a test project and added a 5.4 second sound and added 54 items to a list, but changing the variable time_point by one until it got to 54 took about 10 seconds, not 5.4.
Last edited by BWOG (2010-03-31 16:55:58)
Offline
First of all, if it took almost twice as long then you are clearly not coding it correctly.
It would also be a good idea to sync the time_point variable to the timer.
so
if(time_point not = timer*10){
time_point=timer*10
}
All I can say is that this is the kind of project that absolutely requires lists. If you want to do it without lists that is up to you but I think your chances of being successful will go down.
Last edited by archmage (2010-03-31 17:34:10)
Offline