Spritely [BETA] [UPDATE 2.1] -Develop Your 2D Games

[Update 2]

Reread the methods, as several parameters have changed.

-PlayAnimations(ImageLabel,Properties)

ImageLabel: This is the UI object that will play an animation.

Properties: This is an array with (currently) 3 indices.
*[“Loop”]:boolean;
*[“Orrevide”]:boolean;
*[“FPS”]:number

If this parameter is null, it will use a default configuration.

New Parameter
-ChangeProperties(ImageLabel,Properties)

ImageLabel: It is the ImageLabel/ImageBUtton that has been registered with the CreateObject function, this will be the instance whose animation properties will be changed.

*Propierties:*Array with the values ​​you want to change, it is not necessary to send the 3 current properties, the script will read the table index and decide how to change the properties.