I keep getting this errorCode:var pointsWin:int = 1; var pointsLose:int = -1; var gameScore:int; gameScore = 0; showScore_tb.text = gameScore;
1067: Implicit coercion of a value of type int to an unrelated type String.
showScore_tb.text = gameScore;


Reply With Quote