fus = merge_color(c_black, c_fuchsia, 0.1); surf = -4; surf2 = -4; timer = 0; siner = 0; count = 0; circarray = []; rate = 1; makecirc = function() { count++; var thiscirc = scr_marker(0, 0, spr_circle_256_aa); with (thiscirc) { index = other.count; iscircle = true; if ((index % 2) == 0) { image_blend = c_black; targcol = other.fus; } else { image_blend = other.fus; targcol = 0; } image_alpha = 0; siner = 0; fakealpha = 1; timer = 0; image_xscale = 0; image_yscale = 0; depth = 1000; } array_push(circarray, thiscirc); return thiscirc; };