Page 1 of 1

how to use objects obstructed by container?

Posted: 11 Sep 2015 05:02
by patchadams74
I'm trying to control a multiball that is completely obstructed by a container, however, I'm finding that the balls can't be manipulated unless at least some of the multiball window is visible. I'm also open to the idea of not obstructing the multiball window, but having the balls (and their paths/tethers) entirely invisible. Pretty much, I'm looking for some kind of solution to manipulate the MBs without having them visible. Much appreciated!

Re: how to use objects obstructed by container?

Posted: 11 Sep 2015 09:42
by MrCorba
You can just overlay the multiball with a canvas object set to no touch, and color the canvas any color you want to.

Cheers!

Re: how to use objects obstructed by container?

Posted: 11 Sep 2015 17:10
by patchadams74
Very helpful, thank you!