animation abspielen

Posted By: Anonymous

animation abspielen - 05/20/01 21:23

hallo, ich brauche ein script, dass sagt, dass wenn ich eine bestimmte taste drücke, eine animation von meinem player abläuft. die "supersprung" heisst. wer kann helfen?
Posted By: TB

Re: animation abspielen - 05/21/01 01:00

Probiers mal damit:

on_t start;
var aktiv;
action start {
aktiv = 1;
}
action player {
//Deine Player action.....
if(aktiv == 1) {
ent_cycle("supersprung", 0);
}
}

Posted By: Anonymous

Re: animation abspielen - 05/21/01 01:37

quote:
Originally posted by Tassi:
Probiers mal damit:

on_t start;
var aktiv;
action start {
aktiv = 1;
}
action player {
//Deine Player action.....
if(aktiv == 1) {
ent_cycle("supersprung", 0);
}
}



Posted By: Anonymous

Re: animation abspielen - 05/21/01 01:39

was meinst du mit " deine player aktion"?
das abspielen der animation ist doch die aktion.. naja ich versuchs mal und probier ein bisschen rum. danke.
Posted By: Anonymous

Re: animation abspielen - 05/21/01 07:55

probier es mal im Beginn's topic

Cu Heinz

© 2024 lite-C Forums