Thousands SeparatorDivides a number digits into groups of 3.
This can be useful to show scores, statistics, money, etc.
INPUT: -a number(ex: 1000), a separator(ex: ".")
RETURN:-a string(ex: 1.000)
Print text & textPrints out to the console the two pieces of text combined.
INPUT: -text.
-text
RETURN:-nothing (prints out to the console).
Print text : textPrints out to the console the two pieces of text with separator.
INPUT: -text.
-text
RETURN:-nothing (prints out to the console).
Hex as ColorMake a color from a hex triplet. (eg: FF00FF, C71585)
INPUT: -hex triplet (eg: FF00FF, C71585).
RETURN:-color
! Backup your game before activating extensions or updating old ones. Actually is a good practice to backup your game regularly!HOW TO INSTALL:
http://www.stencyl.com/help/view/how-to-create-engine-extension#installChangelog:
v1.1 [09.07.2013]
-renamed Thousands Separator extension as Text Utils.
-added [Get width for Text with Font] block.
v1.2 [08.08.2014]
-renamed Text Utils extension as Utils.
-removed [Get width for Text with Font] block. (is now integrated in Stencyl)
-added [print text & text] block
-added [print text : text] block
-added [hex # as color]
-changed the icon, block colors and added help tags to each block.