I have problems setting speed in one game. It is about fruits that drop from sky and it seems I do not understand how to control the speed .
I use the folowing statement:
fructe(i).y=fructe(i).y+speed
where speed is set by a user option as slow , normal, fast and the values ranges from 1dip,3dip,6dip
the refresh time is done as the canvas refresh itself on Sub AcSf_Update(ElapsedTime As Long)
It would be great to have the game speed up automaticaly as the users plays more and more ....
The problem I have is that from device to device the speed does not feet at all ...
either is is to small at that begining that becomes to boring
or it is to fast at the end and it becomes to dificult to play
I think I would need some advice ..as I can not find any solution to ajust speed game.
Thank your for your time.
I use the folowing statement:
fructe(i).y=fructe(i).y+speed
where speed is set by a user option as slow , normal, fast and the values ranges from 1dip,3dip,6dip
the refresh time is done as the canvas refresh itself on Sub AcSf_Update(ElapsedTime As Long)
It would be great to have the game speed up automaticaly as the users plays more and more ....
The problem I have is that from device to device the speed does not feet at all ...
either is is to small at that begining that becomes to boring
or it is to fast at the end and it becomes to dificult to play
I think I would need some advice ..as I can not find any solution to ajust speed game.
Thank your for your time.