touch is pressed help
kipdev
Member Posts: 275
Hey guys I want to have a scene with 3 actors but what i want is to have a rule about rather or not they are touched in the right order to be able to win. Anybody know how i could set something like this up?
Comments
You'll need some attributes and just change them from false to true. And track if they are touched in the right order.
If 1 is touched change 1 to true
If 2 is touched and 1 is true change 2 to true
If 3 is touched and 1 is true and 2 is true
-WIN
--otherwise
--- if 3 is touched and 1 is false or 2 is false.
FAIL
Etc....
I see. Makes sense actually, thanks alot buddy