hi,
hier nochmal mein script welches ich verwende:
// script for Object 0 (Vorhang): Any click on object
if (MovePlayer (217,121)) {
FaceDirection (player.ID, DIR_RIGHT);
Wait (5);
if (UsedAction (A_LOOK_AT)) {
player.Say ("Ein großer roter Vorhang");
}
else if (UsedAction (A_CLOSE)) {
oVorhangi.SetView (1);
oVorhangi.Animate (2, 9, eOnce);
aufgezogen=true;
}
else if (UsedAction (A_PULL)) {
oVorhangi.SetView (1);
oVorhangi.Animate (1, 9, eOnce);
Wait (5);
aufgezogen=true;
}
else Unhandled ();
}
}
vielleicht hilft das ja?
mfg
splattermaster