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

Altering these settings may filter what you see.

Latest News


OK CAN someone tell me whats wrong with this...

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

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

right_btn.onRelease= correct;
wrong_btn1.onRelease= wrong;
wrong_btn2.onRelease= wrong;
wrong_btn3.onRelease= wrong;

when i click the buttons(which i instance named accordingly) nothing happens..
-i want function correct to execute when i press right_btn.........................this code is place on the 1st frame