00:00
00:00
View Profile shish101

Male

Joined on 12/30/09

Level:
2
Exp Points:
25 / 50
Exp Rank:
> 100,000
Vote Power:
2.13 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
1
B/P Bonus:
0%
Whistle:
Normal

Comments

Well, i think this u problem:

function correct(){
score+=1
nextFrame()
correctans._visible=true

}
function wrong(){
nextFrame()
wrongans._visible=true
}

// Here is u mistake

right_btn.onRelease = function(){
correct;
}
wrong_btn1.onRelease = function(){
wrong;
}
wrong_btn2.onRelease = function(){
wrong;
}
wrong_btn3.onRelease = function(){
wrong;
}