A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Error 1067 [AS3] Please help!!

Threaded View

  1. #1
    Junior Member
    Join Date
    Oct 2008
    Posts
    12

    Question Error 1067 [AS3] Please help!!

    Code:
    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;
    Last edited by ksaul; 11-05-2008 at 01:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center