sprite .frame .display  (  Filename ,  PosX ,  PosY ,  Frame  )  
                                          
Description :

This instruction displays a particular frame of a sprite (SPR, FLI, FLC, animated GIF) in the current Alambik screen.

Parameters :

  • Path and filename to the correct sprite file. The path can be an Internet address or a local (hard disk) address. Should the path be unspecified, Alambik will search for the file in the current directory of the current local hard disk.
  • X component of the sprite's top left pixel position.
  • Y component of the sprite's top left pixel position.
  • Frame of the sprite, valid in the range [1, number of frames].

Examples :