Hallo,

kann man Physic "PH" an einem Path anhängen?Probiere jetzt schon eine
Woche aber irgentwie funktioniert dies nicht richtig.Für eine Hilfe
wäre ich dankbar.Benutze eine Box die einem Path folgen soll.Habe das
Physic Script unten eingetragen.

/////////

action kiste
{

phent_settype(my, ph_rigid, ph_box); // ein Kiste
phent_setmass(my, 1, ph_sphere); // ca.1 Kilo schwer
phent_setfriction(my, 5); // Reibungsfaktor
phent_setdamping(my,0, 50); // Dämpfungsfaktor
phent_setelasticity(my, 10, 0); // Elastizität
temp.x = 0;
temp.z = -380; // Gravitationskonstante
ph_SetGravity(temp); // Schwerkraft
}

/////////

Vielen Dank.

Gruss
Blacknova