Simba Code:{*
NotMoving
~~~~~~
.. code-block:: pascal
function NotMoving:Boolean;
Moves the mouse to the Indicated Box, and performs the ClickType
.. note::
by Sin, IsMoving by ???
Example:
if notMoving then
.. code-block:: pascal
*}
function NotMoving:boolean;
begin
Result := not IsMoving;
end;
Ik, it's simple but I tend to get annoyed when it says "if not IsMoving", rather than the grammatically correct version, "If NotMoving".






Reply With Quote



