A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [HELP] Match 3 game in development

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    1

    [HELP] Match 3 game in development

    I'm making this match 3 game on AS 3.0 Flash CS4 and I'm having this error:

    TypeError: Error #1010: A term is undefined and has no properties.
    at monsterQ/getMatchHoriz()
    at monsterQ/lookForMatches()
    at monsterQ/setUpGrid()
    at monsterQ/startMatchThree()
    at monsterQ/startGame()
    at homeClass/startGame()

    I'm not quite sure what did means. Can anyone help me? Thanks in advanced.

  2. #2
    When you know are. Son of Bryce's Avatar
    Join Date
    Aug 2002
    Location
    Los Angeles
    Posts
    838
    In your FLA publish settings, select "Permit Debugging" and it will show you which line the error occurs. Basically some variable you're referencing in that line of code doesn't exist at that point, you'll have to make sure you're creating it before that point or referencing it correctly.

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