Table of Contents

ugBASIC User Manual

IMAGES COUNT ✓

SYNTAX

   = IMAGES COUNT(images)

PURPOSE

EXAMPLE

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

See also the following example files:

ABBREVIATION

 ImsC%

AVAILABLE ON

ALIAS FOR

FRAMES IMAGES COUNT IMAGE COUNT FRAMES COUNT FRAME COUNT

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