I have been getting the lap counter to work using c_trace and scan_texture however the propeller gets stuck on the block. I've tried checking and unchecking the block's PASSABLE box but it doesn't seem to make a difference.
c_trace (my.x, temp.x, scan_texture|ignore_me);
if (str_cmpi ("checker1", tex_name)) { add_laps(); }