En:AddAsAnimation
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapObject
[править]
Syntax
AddAsAnimation(image_name : String, object_name : String, x_value : Number, y_value : Number, x_offset : Number, y_offset : Number)
[править]
Description
Add animation to location;
[править]
Parameters
- image_name - string. Image name;
- object_name - string. Object name;
- x_value - number. X - coordinate relative tile (hexagon);
- y_value - number. Y - coordinate relative tile (hexagon);
- x_offset - number. СOffset of coordinate (in pixels) over axis Х;
- y_offset - number. Offset of coordinate (in pixels) over axis Y;
[править]
Result
The method returns nothing;