marinebro0306
07-26-2005, 10:43 PM
I'm very new to 3DFA, and I know how to do collision. But, how do I do collision between 1 thing I am controlling and two things I want to avoid? The thing I am controlling is called circle, and the two others are square and square2.
My script:
if (circle.collideRect (square || square2)){
loser.show()
}
if (!(circle.collideRect (square || square2))){
loser.hide()
}
Loser is the message.
Help please!
My script:
if (circle.collideRect (square || square2)){
loser.show()
}
if (!(circle.collideRect (square || square2))){
loser.hide()
}
Loser is the message.
Help please!