Making a music note identification game.

robb1066robb1066 Member, PRO Posts: 2

I have 9 static spawn points, (notes of the staff) what's the best way to have the points matched with a text answer? i.e. answer A=x330 y220 B= ...etc.

Best Answer

  • NNterprisesNNterprises Posts: 387
    Accepted Answer

    I got no clue what you're saying buddy... feel free to elaborate.

    I don't know what you're saying but if you want an answer to match text with position do something like

    Make text Attribute INPUT
    Make text Attribute ANSWER

    Put a rule on the point actor saying
    Change attribute ANSWER to "x"..self.position.x.." y"..self.position.y

    Rule if INPUT = answer, then correct!

Answers

  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,879

    Request is cryptic. More detail needed.

  • SocksSocks London, UK.Member Posts: 12,822
    edited July 2016

    @RThurman said:
    Request is cryptic. More detail needed.

    @NNterprises said:
    I got no clue what you're saying buddy... feel free to elaborate.

    Yep, this one's a mystery !

    I got as far as "9 static spawn points, (notes of the staff)" - after that I'm also not sure what's being asked ?

  • robb1066robb1066 Member, PRO Posts: 2

    My apologies for being unclear. Trying to be economical with my description. I did get a response that led me to an answer and for that I'm eternally grateful. Thanks for the help NNterprises.

Sign In or Register to comment.