Das mit Move Picture habe ich auch schon gemacht, will aber nicht klappen:
Code:
--- EVENT ---
Type: Common event
Name: Campmenu Cursor (1)
Number of Pages: 1
-- PAGE 1 --
Start conditions:
<None>
Trigger condition: Parallel process
- SCRIPT -
<> Fork Condition: If Variable [193] == 1 then ...
<> Show Picture: #8, MenuauswahlY, (60, 55), Mgn 100%, Tsp 90%/90%
<> Wait: 0,1 sec.
<> Show Picture: #8, MenuauswahlY, (60, 55), Mgn 100%, Tsp 70%/70%
<> Wait: 0,1 sec.
<>
: Else ...
<> Fork Condition: If Variable [193] == 2 then ...
<> Show Picture: #8, MenuauswahlY, (60, 73), Mgn 100%, Tsp 90%/90%
<> Wait: 0,1 sec.
<> Show Picture: #8, MenuauswahlY, (60, 73), Mgn 100%, Tsp 70%/70%
<> Wait: 0,1 sec.
<>
: Else ...
<> Fork Condition: If Variable [193] == 3 then ...
<> Show Picture: #8, MenuauswahlY, (60, 91), Mgn 100%, Tsp 90%/90%
<> Wait: 0,1 sec.
<> Show Picture: #8, MenuauswahlY, (60, 91), Mgn 100%, Tsp 70%/70%
<> Wait: 0,1 sec.
<>
: Else ...
<> Fork Condition: If Variable [193] == 4 then ...
<> Show Picture: #8, MenuauswahlY, (60, 109), Mgn 100%, Tsp 90%/90%
<> Wait: 0,1 sec.
<> Show Picture: #8, MenuauswahlY, (60, 109), Mgn 100%, Tsp 70%/70%
<> Wait: 0,1 sec.
<>
: Else ...
<> Fork Condition: If Variable [193] == 5 then ...
<> Show Picture: #8, MenuauswahlY, (60, 127), Mgn 100%, Tsp 90%/90%
<> Wait: 0,1 sec.
<> Show Picture: #8, MenuauswahlY, (60, 127), Mgn 100%, Tsp 70%/70%
<> Wait: 0,1 sec.
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
Code:
--- EVENT ---
Type: Common event
Name: Campmenu
Number of Pages: 1
-- PAGE 1 --
Start conditions:
Switch [1] == ON
Trigger condition: Parallel process
- SCRIPT -
<> Allow/Forbid Main Menu: Forbid
<> Key Input Processing: Var. [1], Wait until key pressed, Keys: Cancel
<> Change Variable: [66] = 65
<> Show Picture: #3, Campmenü_Hintergrund, (160, 120), Mgn 100%, Tsp 40%/40%, No trans. color
<> Show Picture: #4, Hauptmenufenster1, (50, 10), Mgn 100%, Tsp 0%/0%, No trans. color
<> Show Picture: #5, Menuauswahl, (60, 100), Mgn 100%, Tsp 0%/0%
<> Show Picture: #6, Hauptmenu_Silberfenster, (58, 229), Mgn 100%, Tsp 0%/0%, No trans. color
<> Wait: 0,0 sec.
<> Change Switch: [72] = ON
<> Change Variable: [193] = 1
<> Loop
<> Key Input Processing: Var. [194], Wait until key pressed, Keys: Down, Up, Decision, Cancel, Shift
<> Play Sound Effect: cursor1, Volume 100%, Speed 100%, Pan Center
<> Fork Condition: If Variable [194] == 1 then ...
<> Fork Condition: If Variable [193] == 1 then ...
<> Change Variable: [193] = 2
<>
: Else ...
<> Fork Condition: If Variable [193] == 2 then ...
<> Change Variable: [193] = 3
<>
: Else ...
<> Fork Condition: If Variable [193] == 3 then ...
<> Change Variable: [193] = 4
<>
: Else ...
<> Fork Condition: If Variable [193] == 4 then ...
<> Change Variable: [193] = 5
<>
: Else ...
<> Fork Condition: If Variable [193] == 5 then ...
<> Change Variable: [193] = 1
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
: End of fork
<>
Ich fand es vorher übersichtlicher. xD
Wenn ich Move Picture aud "Wait" setze habe ich das gleiche Problem.
Wenn ich es wiederrum weglasse kommt logischerweise nichts ...sonst fällt mir auch immer
eine Lösung ein, aber irgendwie will es diesmal nicht klappen -.-
Edit:
Habe dein Edit noch nicht gesehen mom ...
-
Das sieht mir arg kompliziert aus, liegt aber wahrscheinlich auch nur daran, dass es als Screen etwas
übersichtlicher war ...werds mal so versuchen, wie du es gemacht hast.
