this is the module..

VB Code:
  1. Sub pause(pas As Single)
  2. start = Timer
  3. Do Until Timer >= start + pas / 1000
  4. DoEvents
  5. Loop
  6. End Sub

i tried the pause(50) but there is an error my phone freeze..