Hi, I am using the free version of A8.
I am working on a driving simulator that teach user how to drive a car? by practical lessons, each lesson contain virtual instructor that will give the instructions.
So, what i want to ask do anyone have any idea how can i do that.
here is an example:
the first instruction is to turn on the car[press m].
if the user pressed anything else nothing happen,but when he press "m" the next instruction appear .
second instruction is to move forward [press w] and then turn right [press d].
I hope that you get what i mean, i want to keep track of the car movement so that when it reach a specific place (by using a specifice key) the program will know and do a specifice procedure .
please help me ...