
11-01-2001, 08:34 AM
|
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
|
Okay I made it work now I need help with the ball:canbecarried;
canbepulled;
canbepushed;
if (strequals(#l,libasketball_2.nw)&&strequals(#c,new ball)&&strequals(#g,Events Team)) {
x = -1;
y = 31;
}
if (strequals(#l,libasketball_1.nw)&&strequals(#c,new ball)&&strequals(#g,Events Team)) {
x = 62;
y = 31;
}
it dont warp the ball |
|
|
|