Moves the pointer to the position stored by SavePoint.
Syntax
MoveToSavedPoint()
Remarks
If SavePoint was not called,
this function aborts the calling command and displays an error message in the Vocola Log window.
Examples
CopyTouch and return
touchAndReturn(x,y) := SavePoint() Touch($x,$y) MoveToSavedPoint(); Play That = touchAndReturn(322, 70); Stop That = touchAndReturn(476, 70);
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)