It's quite simple to do yourself, actually
when gf clicked
set [x offset v] to [50]
set [y offset v] to [25]
forever
go to x: (([x position v] of [Sprite2 v]) + (x offset)) y: (([y position v] of [Sprite2 v]) + (y offset))
endProbably could be made a custom block in 2.0, too.
Offline