HTBasic Help
×
Menu
Index

SET LOCATOR

Sets a new graphic locator position on the GRAPHICS INPUT IS device.
 
 SET LOCATOR x-position,y-position
 
Usage:
SET LOCATOR 20,30
SET LOCATOR Xx,Yy
Example: SET LOCATOR.BAS
Description:
The SET LOCATOR statement specifies the current location for the GRAPHICS INPUT IS device. Subsequent movement of the GRAPHICS INPUT IS device will be relative to the new location specified. SET LOCATOR only works with graphic input devices that use relative locators (i.e. mouse, arrow-keys) and not with those that use absolute locators (i.e. tablets).
Use SET ECHO to specify a new PLOTTER IS echo location.
See Also: