touch this side and it flips to the right, and vise versa?
hey guys
is there a demo of an object like a rectangular box that when i touch a side and it flips to the right and touch the other side and it flips to the left?
i have been looking around for some time and the only things i find are demos of touching and moving object to turn them.
i tried creating it with with three actors and using the integer to change attributes. i had one box on each side of a rectangular that when touched would change an attribute from 1 too 0 and -1. so that when attribute is 1 it flips right and when it is -1 it flips left. i could make it move to one side but not the other.
and even though i told it to change too 0 after touch so i could reuse the same command over again it only worked once and only too one of the sides.
so any ideas?
thanx!
is there a demo of an object like a rectangular box that when i touch a side and it flips to the right and touch the other side and it flips to the left?
i have been looking around for some time and the only things i find are demos of touching and moving object to turn them.
i tried creating it with with three actors and using the integer to change attributes. i had one box on each side of a rectangular that when touched would change an attribute from 1 too 0 and -1. so that when attribute is 1 it flips right and when it is -1 it flips left. i could make it move to one side but not the other.
and even though i told it to change too 0 after touch so i could reuse the same command over again it only worked once and only too one of the sides.
so any ideas?
thanx!
Comments
edit: i think i know how to fix it now. thanx once again TSB!