User Tools

Site Tools


ugbasic:user:kw:frames_count
Translations of this page:


ugBASIC User Manual

FRAMES COUNT ✓

SYNTAX

   = FRAMES COUNT(images)

PURPOSE

EXAMPLE

  animazione := LOAD IMAGES("images.png") FRAME SIZE (16, 16)
  FOR i = 0 TO FRAMES COUNT(animazione)
     PRINT "frame ";i
  NEXT

See also the following example files:

ABBREVIATION

 FrsC%

AVAILABLE ON

ALIAS FOR

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