PC Won't listen
Posted: Sat Feb 09, 2008 3:37 pm
I had to create a game for school, a quiz.
After you got five points you should go to the next stage
I have got everything working the Score actor, added score if u answer right
Now the camara should move to (2,2)
first I used:
"
if(Score.textNumber = 5) view.y = 2;
if(Score.textNumber = 5) view.x = 2;
"
There were no errors, but if I get my score to 5 it won't work, what should I do?
After you got five points you should go to the next stage
I have got everything working the Score actor, added score if u answer right
Now the camara should move to (2,2)
first I used:
"
if(Score.textNumber = 5) view.y = 2;
if(Score.textNumber = 5) view.x = 2;
"
There were no errors, but if I get my score to 5 it won't work, what should I do?