For my Nibbles Revenge, I have used 2 types of timing:

1. Do...Loop
2. Timer1_Timer

Method 2 is too slow, while Method 1 will be different for everycomputer and the time needs to be changed in between (eg - 20 frames a second start-game to 35 fps mid-game, etc.) The frame rates are strictly for timing purposes.

I need a timing type that is faster than do...loop because I KNOW my computer can go faster, and one that is controlled. ANYBODY???