Hi, I don't think as3 has this right, I wanted to clear my timeout and see the ms left so I can set a users ping based on when he should have arrived between the server/client

var myTimeout = setTimeout(trace,1100,"hey");

//lets say I clear timeout in "1000ms, I want to see there is 100ms left over"
clearTimeout(myTimeout);