ROTOZOOMSPRITE

Syntax:

ROTOZOOMSPRITE num#, x#, y#, phi#, rel#, alpha#

Like SPRITE with relative scaling of rel# in % and rotation of phi# (DEG) anticlockwise..

Sample:

LOADSPRITE “Sprite.bmp”, 0
ROTOZOOMSPRITE 0, 100, 100, 45, 50, 0
SHOWSCREEN
MOUSEWAIT