timer += degtorad(4); x = obj_player.x + sin(timer) * r; y = obj_player.y + cos(timer) * r; if !(--cd) { cd = int64(random_range(180, 240)); b(); }