Hi,
on my layout, there is 5 objects (same object but with different UID)
four of them are set invisible, and one is visible.
What i want is, when i click on the object that is visible it should go invisible and send a signal, and on signal send, it chooses a random number,
random = 1 it makes object #1 visible, and when u click on that object, wait 4 seconds then it chooses random number again
Random = 2 it makes object# visible, and so on and so on.
I tried to do it, but its not working.I mean it does make object that is visible it makes it invisible but it suppose to set timer, like 4 seconds then another object becomes visible but it doesn't do that.