Skip to main content
Known Participant
September 17, 2021
Question

Wheel of Fortune

  • September 17, 2021
  • 1 reply
  • 13781 views

I would love to make a wheel of fortune puzzleboard.

How can I make one? Should I use a text file or XML?

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    September 17, 2021

    xml is easier to parse.

    Known Participant
    September 17, 2021

    Can you show me how to?

    kglad
    Community Expert
    Community Expert
    September 29, 2021

    Specifically this one,

    "myAns.letter_txt.text = answers.attribute("text");"


    either myAns.letter_txt or answers don't exist.

     

    to find which use:

     

    trace(myAns.letter_txt.);

    trace(answers)

     

    above the problematic line of code.