Facer, please fix the mobile browser issue

I had to finish this off on my PC. Which sucks AI’s smooth bottom.

Anyway, this tourbillon has a trick up its sleeve. Ever so often it will synchronize itself to stay on time. I know a real tourbillon just ticks away but that is sort of boring.

5 Likes

Yeah Why not . Perhaps that is how the Hacking Function on the Fliegers Worked . I will never Embark on a project on Creator running on my Tablet . I sometimes do little tests for Questions Here . Often I do little updates Like fixing typos in the descriptions of publications . I have lost count off how many projects I lost on it because I forgot to save the work every 30 seconds .
Nice Watch BTW . All you have to do now is persuade the Users to keep their Eye on it for at Least 20 seconds . To complete the trick perhaps you could have a little jump in your seconds Sub Dial . :joy: :slightly_smiling_face: :rofl:

1 Like

I could have used the random function for it. Kind of want to do that now but I can’t edit anything with my iPad, :frowning:

1 Like

That’s pretty neat, good job :+1: I presume you realise that movements don’t work on AOD though :thinking:

1 Like

Of course, but I’d rather have them there in AOD than just a black circle - even if they don’t move at all.

1 Like

Very nice. And what you’ve done is called artistic license. Good job! No one says you HAVE to have a tourbilwhatever do what it does in real life, and i agree with you having it still visible in AOD.

1 Like

Thank you :slight_smile:

I just tested the tourbillon with

(#Ds# == rand(0, 59)

as condition and you can’t even see the effect since the random number generator feeds numbers so fast,

I guess you could limit to being higher and lower than certain values but then you are controlling the frequency anyway.

1 Like

It is only WakeRand that gives you anything useful . Rand is updated every millisecond . You might be able to trap it with VAR_TE . not sure .

What in heckfire is “VSR_TE”?

Or “WakeRand” for that matter.

1 Like

Hey sorry @juni00 I was on my Typo Generator .
Look for #VAR_1_TE# in the Tags documents .
For PRO users oly .

wakeRand(min, max) for everyone to use in Expressions.

.
.
.
https://help.facercreator.io/hc/en-us
.

.

Wake on rand is actually quite cool.
I use it to display different background images upon wake. So in the opacity field of the first image, I put:

$(wakeRand(1,6))==1?100:0$

6th image:
$(wakeRand(1,6))==6?100:0$

check it out on this watch face TX-SP04

1 Like

Ohh! I like the airlock door effect a lot :slight_smile:

2 Likes

The Thing about A Sliding Airlock is you don’t know what your going to get .

1 Like

They seem to have fixed the mobile browser issue :).

Anyway @tom.vannes : The sliding airlock is a sequence, right? It triggers on wake. I am going to do something similar in my new project except it will be a little cover rolling away.

1 Like

No, I cut the doors out of the original picture. So I have a frame and 2 pictures for the doors behind the frame. Upon wake I move the doors (last numbers in the formula are starting positions):

Left door X position: (-(#DWE#*25)+112)

Right door X position: ((#DWE#*25)+214)

1 Like

That will just keep them going forever until next AOD?

1 Like

yes, out into space…

1 Like

Haha - I’ll use it right now. Easier than doing a sequence for sure.

Edit: This is hilarious - the cover is floating under some cutouts I made in the dial image. Not what I intended. :smiley:

1 Like