TextFX functions

IFforClassroom
18 Aug 2022, 00:51

In 2018, Richard Headkid attempted to create better text effects than the already existing @replace function for Squiffy.

His two examples are very cool, but they don't work in the master section [[]]:

Ideally, could one of our generous and kind forum experts (Richard Headkid, mrangel, K.V., Bluevoss, or anyone I've shamefully failed to mention) create an addition to:

"C:\Program Files (x86)\Squiffy\resources\app\node_modules\squiffy\squiffy.template.js"

For the appearance, it may be best to follow the existing method:

{label:some_text=Here is a sentence to [replace].}

[replace]:
@replace some_text = Now the previous sentence has been replaced with this one.

So...

{label:some_text=Here is a sentence to [backspace and retype].}

[backspace]:
@Typewrite some_text = Now the previous sentence has been backspaced and this one has been typed.

Thank you all for your years of work on Squiffy tips, tricks, and improvements.