megatronx
"set entry at a specific page", do you mean that this entry does not exist at this target page? Or..?
—
Thanks, I got it.
Does version 0.9 only have gzip format for saving? I could not save as uncompressed format or CSV format.
Guizmus
Since Ashley said Please do not adjust official plugins or behaviors, it is better to build this feature in official text plugin. I thought it could change color by added some code.
Hi,
How to create a text object which has more then one color (designer could assign the color of each character)? It seems only one color in a text object.
For example,
<font color="red">Hi
<font color="blue">Hi
wayne
Uh, could you pack the related plugins to me? I might run once to know more detail. Hope it will be easy to understand.
Cpax -CSV.At with page assignment
<tile id="0"> <properties> <property name="tile_type" value="solid"/> </properties> </tile> <tile id="1"> <properties> <property name="tile_type" value="map_changer"/> </properties> </tile>
There are 2 tiles which have "tile-properties", tile id="0" , and tile id="1".
And, there are 2 layers named "terrain" , and "upper".
There is no tile id="1" in these 2 layers. Some are tile id="0". tile id="0" is a special tile which means "no tile here" (the start index of tile id is 1), I'm not sure why it has "tile-properties".
In this plugin, it will skip tile with tile id="0". So there is no tile which has "tile-properties" in these 2 layers. No message shown at log.
There is an official console log action (in browser object) in the latest version.
Could you please provide more simple capx.
BTW, where could I download the "Advanced TextBox"? I could not find it at C2 Plugins and Behaviors List.
Could you provide the capx with several layers?
The parameters of expression:At.
You could assign page name at "expression:At", more over, you could assign a default value for invalid entry. It's might help you.
BTW, to support matrix operation is also a good idea. I just don't know when will use it.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for notification, this is an updated link --
Capx.
CSV plugin supported multi-pages, each page is one csv table.
What's math operation do you want?
CSV.PageAdd("res", "p0", "p1") -> page "res" = page "p0" + page "p1"
I don't understand this request, do you mean that you want to use csv to do matrix calculation?