if (instance_exists(obj_heart_ch1))
{
move_towards_point(obj_heart_ch1.x + 8, obj_heart_ch1.y + 8, 6);
if (special == 1)
speed = -speed;
}