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?

    Known Participant
    October 3, 2021

    this is, at least, the third time you've made the same error.  your textfields are all overlapping.  ie, fix:

     

    myAns.x = 200;
    myAns.y = 300;

     

    i think i've shown you how to do that by arranging them vertically and by arranging them horizontally.  what is it that you don't understand about how to assign x and y properties to arrange objects on stage?


    I think I know what happened. I just traced it and all the letters are together to form the word.

    I need them separate. That's why I was seeing one box. Other than that, I understand the x and y.