Hi all,
The speedtests that sometimes are proposed are "very" relative. Certainly in a preemptive multitasking environment with lots of processes running. Do a test on the speedtest, repeat a couple of times the following :
on mouseUp
put the millisecs into zap1
repeat 100000
put 1 after x
end repeat
put the millisecs into zap2
repeat 100000
put 1 after y
end repeat
put the millisecs into zap3
put zap2 - zap1 && zap3 - zap2
end mouseUp
Greetings, WA
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
