Thanks for your tutorial! It's really great, but I don't understand one thing... I know what is 'if' and 'otherwise'. Otherwise mean 'else', am I right? I don't know. I don't know what does 'otherwise if' means. I completed all 3 tutorials.
Borowcy
"Otherwise if" is the equivalent of "else if". It is used to chain together "if"s in order to make sure only one of the conditions is followed, even if more are possible.
Can you send me a screenshot of the coding or upload the game to StencylForge? I need to see the code to answer that question.