DisplayAnimSprite

Syntax:

DisplayAnimSprite( AnimSprite , X , Y )

Parameters:

AnimSprite

=

your .AnimSprite

X

=

X-Position auf dem screen

Y

=

Y-Position auf dem screen


Description:

Zeigt ein animiertes Sprite auf dem screen an.


Example:

  LoadSprite(1,"big.bmp",0)
  TransparentSpriteColor(1,255,0,255)
  CreateAnimSprite(big.AnimSprite,1,75,75)
  
  ; in game loop
  DisplayAnimSprite(big,100,100)


Supported OS:   Windows, Linux