New WFF Facer Creator Tags

I mean, if you use progress bar instead of arc shape, will show proper width in app preview on the phone? For it was not the case, back when I tried.
I put progress bars tight to each other with one pixel gap and this is how they look in preview on the phone:

1 Like

It is weird, what I have found is that an arc with fill ratio 1 and the triangle shape seem to have a problem. A rectangle, circle, and partial arc seems to work…

2 Likes

I am not sure what to replace DWE with for scrolling text in the formulas. For example: (360+((((#DWE#/14)-(floor(#DWE#/14)))*-360)))
Is there anything you would recommend for a smooth scroll across the screen that complies with WFF coding? Thank you for all you guys have done for me!

You can use #DNOW# but you will have to adjust your timing numbers.

1 Like

I use DWFSS:
(460+((((#DWFSS#/30)-(floor(#DWFSS#/30)))*-580)))

change speed by changing the 580

But to answer your question, there is no more timer that starts upon wake.
But in general: DWE = DWFSS/6

3 Likes

They equal in speed of growth, but DWFSS resets at whole minute, so count with minor glitch around that time, if your animation duration is not whole-number division of 60.

3 Likes

Great! Thank you so much to all of you that replied!

1 Like