PDA

View Full Version : Opacity


nic06
01-26-2009, 03:29 PM
Hi! I want to make an object invisible as soon as it passes another object. How do I do this? Thanks!

rich0e0rick
01-26-2009, 04:13 PM
try something like

loop infinity (find this in bottom of screen)
if
car is in front of post (find this in functions)
car is visible = false (find this in properties of the car)

:D:D rick :D:D