Watchmaker Layer per Script ausblenden

marspoki

marspoki

Stammgast
144
Hi Leute,

ich habe mir mal Watchmaker Premium geholt und bin damit auch echt zufrieden. Nun mal schnell eine Frage.. Ich möchte gerne auf einem Icon klicken und dann eine Layer einblenden lassen. Geht sowas? Also sozusagen die Opacity von 0 auf 100 ändern.


Hat jemand eine Idee ob man so etwas machen kann???

Vielen Dank und viele Grüße
Mars
 
Ich glaube das müsste es sein.

Multi-Screen Watch

Create Multiple Screens with Unique Info/Graphics on Each Sceen

This method requires several, very simple steps to accomplish. There are 2 places you need to enter the following formulas.

The 1st is in the "Script" Settings. (This sets the "Default Screen" or Home Screen")
var_screen=1The 2nd is located in the individual layer's "Opacity" Setting. (This refers to every single layer)
var_screen == 2 and 100 or -1
- the "2" is the screen number to dispplay
- the "100" is the percent of opacity when layer is displayed
- the "-1" is the condition of opacity when the layer/screen is not displayedThe 3rd Step is To Create a "Tap Action" to Change the Screen from "Screen 1" to "Screen 2"
- Create a "Shape" in your Watch. (Round, or Square work best)
- Position & Re-Size your shape how & where you want to "Touch" to swithch screens
- Go to the "Tap Action" settings for the "Shape Layer" and select "Run Script"
- Enter, exactly as typed:
var_screen = 2 (this will now change to screen 2 when touched)
- Now go to the Shapes "Opacity" Setting and enter the number
"0" (without the quotation marks)The 4th Step is to Create a "Tap Action" to Return from "Screen 2" to "Screen 1"
- While still on the layer you just created, "Long-Press" once,
then "Long Press" a 2nd time until you see a "Duplicate Layer" option...
Duplicate the Layer by selecting it.
- Change the "Tap Action" Setting in the "Duplicated Layer" from:
var_screen = 2 to var_screen = 1

Repeat Step #2 on every layer setting the "Screen Number", "Opacity" and the "Off-Mode-Opacity"

Example Watches

Traders Original Meteo ("Touch" 9 O'clock or 3 O'clock to change
 
  • Danke
Reaktionen: marspoki
Funktioniert beides Wunderbar :)

Danke
 
Hallo,

ich verstehe es einfach nicht...
Ziel ist, mehrere umschaltbare "watch faces" zu bauen. Soweit ich gesehen habe, wird aber jedes Element (Stundenzeiger, Mniutenzeiger, Zahlenkranz...) auf einen separaten Layer gelegt. An sich will ich also Layergruppen ein/ausschalten, oder?
Hier gibt es einen Thread, wo jemand anscheinen ein ähnliches Problem schon mal gelöst hat. Ich habe versucht, das nachzuvollziehen, kam dabei aber zu keinem Ergebnis.

Help needed...
 
Hat niemand Lust, mir von der Leitung zu helfen? Wahrscheinlich brauche ich nur etwas Starthilfe.
 
Danke.
Inzwischen habe ich es hinbekommen. Das Hauptproblem war, daß in den verschiedenen Einstellungen als Rückgabe ein Wert und keine Formel gefragt ist. Ich muß also dafür sorgen, daß, was immer ich unter "Script" tue, einfach nur ein Wert zurückgegeben wird.
 
Wie gehe ich vor, wenn ich einen Layer nach einer bestimmten Zeit wieder ausblenden will?
 

Ähnliche Themen

F
Antworten
0
Aufrufe
262
Friday13th
F
D
Antworten
3
Aufrufe
1.017
DrFink
D
HP1207
Antworten
0
Aufrufe
349
HP1207
HP1207
Zurück
Oben Unten