winphone_tile_count

Display a number on the games Live Tile.

Syntax:

winphone_tile_count(num);


Argument Description
num The value to display on the tile (real).


Returns: N/A


Description

With this function you can display a number on the Live Tile (this number can be any value, but it will only display values from 0 - 99, with anything larger being shown as "+99"), as illustrated by the image shown below:




Example:

winphone_tile_count(lives);

The above code will display the value of the global variable "lives" on the Live Tile for the game.


Back: Windows 8 Phone
Next: winphone_tile_back_title
© Copyright YoYo Games Ltd. 2018 All Rights Reserved