Can anyone tell me which method of implementing a timer in Flash is less CPU intensive so it doesn't interfere with anything else playing.

The two methods I know of implementing a timer are:

a) Using GetTimer
b) Just creating a MC looping every n frames and adding
1 to a time counter


cheers,

DD