☝Simon says...
LordTarantor
Member, PRO Posts: 890
Hi everybody:
How can I do a sequence of things and the have the person to follow that sequence by touching in the right order? Ok let me use one of my mall example that you all love.
Let say that I put some bombs in different stores of a mall... The I make the explode. Not at the same time.
Now when we look at the camera and press play we see one store explode. Now the person have to touch the store that explode. Again we press play and now we see 2 stores explode, 1 first and then the other one. Now the person have to touch the store in the exact order of explosion. Then do this until you get to 20.
Can some one please help me with this?
How can I do a sequence of things and the have the person to follow that sequence by touching in the right order? Ok let me use one of my mall example that you all love.
Let say that I put some bombs in different stores of a mall... The I make the explode. Not at the same time.
Now when we look at the camera and press play we see one store explode. Now the person have to touch the store that explode. Again we press play and now we see 2 stores explode, 1 first and then the other one. Now the person have to touch the store in the exact order of explosion. Then do this until you get to 20.
Can some one please help me with this?
Comments
The fact that you're only dealing with 20 could help.
If the stores weren't repeating, I was thinking of utilizing a method where each Actor (store) would be given a number as it's being placed or shown in the order on the screen.
Set up a Game attribute called TouchOrder that starts at 0.
At every touch of a store, increment the TouchOrder plus one. If it matches the store number, keep going. If it doesn't, he tapped out of order.
Does that make sense? (It does to me when I wrote it LOL)
Repeat After Me (Demo)
I always come with this sorts of crazy questions and you come and say: "hey I have a demo for that" Then I come back and ask: and what about this, and you again say: I have a demo for that too"
Thanks a lot. You are like a weird demo encyclopedia...
I will check if I can make my idea work with this demo and if I don't I know you will have a demo waiting...