btw, @all "sleep" users:
i saw that thread, it might be important for you:
sleep replaced by wait

the posts of jcl are the important ones:
Quote:

Sleep wurde, wegen des gleichnamigen Windows-Befehls, sowieso ab 6.31.4 durch wait() ersetzt, so dass sich dieses Problem nicht stellt. Aber auch in 6.31.4 ist die Mindestwartezeit von einem Frame gewaehrleistet.


and
Quote:

wait (var);
Pauses the current function for a number of frame cycles or seconds.

Parameters:
var - number of frames when positive, wait time in seconds when negative. Maximum value is +/-1000.


Sinthoras