those coordinates (-1572,658,6) are for the other barrier, at the bottom entrance, and the moving target equals them - so you wont see any difference. i guess your barrier at the top has coords like -1701,687,24
are you sure you posted the proper lines? since your picture shows the other barrier, the coords are definetly not the same ^^
edit: i spotted your coords for the barriers:
Код:
//Top Barrier Closed
Test[0]=CreateObject(968,-1701.4300,687.7495,24.7500,0.0000,90.0000,-90.0000,100);
//Top Barrier Opened
Test[1]=CreateObject(968,-1701.4300,687.7495,24.7500,0.0000,0.0000,-90.0000,100);
//Bottom Barrier Closed
Test[2]=CreateObject(968,1572.2010,658.6796,6.9500,0.0000,90.0000,-90.0000,100);
//Bottom Barrier Opened
Test[2]=CreateObject(968,1572.2010,658.6796,6.9500,0.0000,0.0000,-90.0000,100);
edit: those euler angles DRIVES ME NUTS!!! D: