Hello,
I need help developing an educational game that teaches simple multiplication. Tower Defense style.
When the student correctly answers the question (example 8x5), defeat the monster.
Can anybody help me?
Hello,
I need help developing an educational game that teaches simple multiplication. Tower Defense style.
When the student correctly answers the question (example 8x5), defeat the monster.
Can anybody help me?
You can use string tokenising aka string split for dividing "4x5" into "4" and "5"
you need the Val() expression you can find under the object with the gear icon to read text as a number
then it's just a matter of multiplying the result.
This is not hard to do, but it will be easier to explain on the Clickteam Discord.