User Tools

Site Tools


ugbasic:user:kw:after...call
Translations of this page:


ugBASIC User Manual

AFTER...CALL ✓

SYNTAX

   AFTER value[,timer] TICKS CALL identifier

PURPOSE

Define the call of a procedure after a specific amout of time, without interfering with the main program. You must specifying the length of time to wait, measured in TICKS. The ugBASIC branches to the procedure after value/TICKS PER SECONDS seconds.

There are 8 delay timers from 0 to 7 which can be specified with timer. If omitted timer defaults to 0. In the case of parallel task has 0 the highest and 8 the lowest priority.

With EVERY OFF and EVERY ON you can disable or enable the timed calls. It is important to know or realise that low-priority-procedures which occurs simultanously to higher-priority-procedures are not lost. Their task remains or handled again after finishing the higher-prio interrupt.

EXAMPLE

  AFTER 50 TICKS CALL changeBorderColor
  AFTER 50,2 TICKS CALL changeBorderColor

See also the following example files:

ABBREVIATION

 Af...Ca

AVAILABLE ON

  • Atari (400/800)
  • Atari XL/XE
  • Commodore 128 (MOS 8502)
  • Commodore 128 (Zilog Z80)
  • Commodore 64
  • Commodore 64+REU
  • TRS-80 Color Computer
  • TRS-80 Color Computer 3
  • ColecoVision
  • Amstrad CPC 664
  • Dragon 32
  • Dragon 64
  • Thomson MO5
  • Thomson MO5
  • Olivetti Prodest PC128
  • Commodore PLUS/4
  • SEGA SC-3000
  • SEGA SG-1000
  • VG-5000
  • Commodore VIC-20
  • ZX Spectrum 48

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY