Um... I'm making a game to blow bubbles around with a fan, how would I make the bubble always stay at least ten steps away from the fan (aka mouse pointer)?
In the "Sensing" category there is a block called "distance to" (with a pull-down menu). You can check "if distance to mouse pointer < 10" --and then move in the opposite direction. Does that help?