Fires when the fly through has finished.
SGFlyThrough.onFinish = myOnFinish;
function myOnFinish()
Return Value
To restart the fly through, return true from the onFinish event handler. Otherwise, return false.