Twitckun's Forum Posts

  • 4 posts
  • Thank you for the reply. Yes I did read the section of the manual for dictionaries. But this is exactly what I am getting at in my original post. If people didn't already know what this was then they wouldn't be able to do anything with it in this software. For example it says that a dictionary is for storing strings and numbers. What kind of strings? What is a string? what kind of numbers would I store there? Why would I store them there? How is this function going to benefit me? What can be done with this? How would this be manipulated? I do intend to watch the c2 school videos that will be coming out. And I have watched quite a few of the other videos that you listed. While yes they are videos, they are generally pretty short and don't go real deep.

    I am trying to make a vocabulary quiz game with a leitner box system for spaced memory repetition with a battler as the UI with a storyline. So, I have a large list of vocabulary and the player gets quizzed with a kanji character and need to input the phonetic for that character. Based on the answer being correct or incorrect they take dmg and the vocab word is placed in the proper spaced repetition box.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

       I'm new to construct 2 and so far I think it is awesome. However the learning curve is really high for someone like me without a programming background. This software seemed like it was kind of marketed for those without programming knowledge or background. I can tell you as a new user with this software that it just isn't the case. I have been going through tutorials left and right but the information is really all over the place. Half the time the capx no longer exists.

       It would be really awesome if you guys could do in depth video tutorials going over all the features and how to use them. When you would use one tool versus another. For example the dictionary object. What am I supposed to do with that? When would I use that? How do I set it up? I really would love to purchase a full license for this software and get going putting my game idea together but I feel like the learning curve for non programmers is still really high.

    Regards,

    Future license purchaser

  • Hello all,

    I am trying to make a battler quiz game to teach Japanese Kanji. Something similar to knuckles in china land where an image of the kanji is displayed and the player has to type in the phonetic to destroy the card or take dmg. Here is an example similar to what I am thinking.

    youtube.com/watch

    The thing I am really having the issue with is how I would store a deck with all the vocabulary and introduce it in a queue system with a leitner box logic. Here is the idea behind a leitner box.

    codeproject.com/Articles/33814/Leitner-Box-with-C

    This way as the player is introduced to new vocabulary and masters other words they aren't constantly bombarded with vocab questions that they have already mastered.

    So, how could I make a manageable tracking system for the vocab list for C2 as well as have a leitner box type of logic for game and vocabulary progression. Any help would be greatly appreciated! Cheers!

  • I was having this same issue. Go to your firewall and make an exception for C2. Also make sure your port is open for 50000-50100. The last thing you need to do is open in administrator mode. This should work.

  • 4 posts