ksaul
11-05-2008, 12:43 AM
var pointsWin:int = 1;
var pointsLose:int = -1;
var gameScore:int;
gameScore = 0;
showScore_tb.text = gameScore;
I keep getting this error
1067: Implicit coercion of a value of type int to an unrelated type String.
showScore_tb.text = gameScore;
var pointsLose:int = -1;
var gameScore:int;
gameScore = 0;
showScore_tb.text = gameScore;
I keep getting this error
1067: Implicit coercion of a value of type int to an unrelated type String.
showScore_tb.text = gameScore;