![]() |
#2
|
|||
|
|||
Quote:
Quote:
Then maybe a timer function callback that checks every 0.05 secs if a block is selected, increment it's Y value by e.g. 3 each call until it reaches 0 and then tell it to drop down again until it reaches -10. (Why are you working from -10 in Y upto 0 and not 0 to +10 in Y? Any reason?) Quote:
Check out the physics2.py tutorial, this demo's some balls hitting a ground, might be a starting point. Note to Admin: Running physics2.py tutorial causes the window to close after a couple of seconds and "ODE Message: warning: destroying world containing grouped joints" is outputted constantly in the console window. I have to manually close winviz.exe through Task Manager before this stops. As a start point you could just try and get the logic working with one block then add the others in there. |
|
|