hello i am working on my project where i have 16 balls in my Pooltable but i want to move only one cueball to hit other 15 balls every time i click the mouse. can you please help me how i make only my cue ball(0) to move using mouse info.
PoolTable table = (PoolTable)getWorld(); Actor cue = table.getcueBall();
Actor cue = ((PoolTable)getWorld()).getcueBall();