View Single Post
  #4  
Old 11-01-2001, 08:34 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
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
Reply With Quote