User Tools

Site Tools


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


ugBASIC User Manual

FRAME

SYNTAX

   = FRAME(images)

PURPOSE

EXAMPLE

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

ABBREVIATION

 Fr

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