Update
Add "action: Add CSS tags" to set tags (classes) by css string. For example,
red { color:#F00; font-size:20pt; text-shadow:2px 2px 2px #000; }[/code:378armw5] to set the properties of "reg" tag (class). [url=https://onedrive.live.com/redir?resid=7497FD5EC94476E!2143&authkey=!AHOZDrQ8WROWrfQ&ithint=file%2ccapx]Here[/url] is a sample capx. User could load css string by AJAX. @cmee Try this new one.
Try this plugin.
mindfaQ
eli0s
This plugin could display characters with multiple colors, sizes, and fonts. (or add a text shadow!)
Develop games in your browser. Powerful, performant & highly capable.
Miu3
It needs a timer behavior if using built-in plugins/behaviors.
Timer in rex_text_typing behavior in embedded in rex_timeline plugin, so user needs to add it. Here is the document of rex_text_typing behavior.
pirikos
You might only check the array after loaded by CSV2Array in debug mode. It works fine in my computer. Only one thing, remove the last blank line.
I had not checked other things since the CSV2Array could put data into array correctly.
cmee
Official array is a 1d/2d/3d array indexed by number. My csv plugin is a 2d hash table indexed by string name.
The performance might be almost the same I guess. ( I had not tested )
Twine is a visual tool for describing flow of story.
But it is not good enough, it needs add markup language inside like [[A] -> ] to create a link. It should be added by GUI, imo.
Hi, I notified that the position of html element will not be updated in official textbox when this position had not changed, which could avoid redundant updates.
// Avoid redundant updates if (!first && this.lastLeft === left && this.lastTop === top && this.lastRight === right && this.lastBottom === bottom && this.lastWinWidth === curWinWidth && this.lastWinHeight === curWinHeight) { if (this.element_hidden) { jQuery(this.elem).show(); this.element_hidden = false; } return; }[/code:3en2avfh] Will the performance be improved if added this feature?
Diassaid
Sorry I could not solve this bug, it might cause in luavm engine. And I find that it had been updated in its github. I will try to update to this new version first.
Update:
Fix bug while parse unsupported events, like sequencer specific event.
Add "condition: for each layer" to retrieve each layer name / layer properties.
digitalsoapbox
Done
blurymind
Ony way to get t0, t1 is using Expression:UnixTimestamp to get current timestamp.
Or get specific timestamp by Expression:Date2UnixTimestamp(year, month, day)
Member since 4 Apr, 2011