trishtren's Forum Posts

  • 3 posts
  • thanks a freaking truck load you saved me a lot of time plus i was getting other errors using pygame, so thanks again for helping me out

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok thanks for the infromation im new to constructor and i am enjoying it and this seems to be the only problem i have really had and it cn be solved by using the event editor anyway but i really wanted to implement the controls in python for a college project that requires classes to be used. Anyway thanks for the reply and the information i guess ill just use pygame until something else is resolved .

  • hey im new to construct but have done c++ for years now. I love construct but im having a few problems using keyboard input in python within the scrip editor. When i say something like

    if MouseKeyboard.KeyDown(ineedkeydetails)

    StartGameButton.X = 40

    I cant find a way to find the ID of the keyboard controls such as Left arrow. I have read the tutorials and i can use pygame for keyboard input however i was just wondering if someone could tell me how to locate the ID's of the keys. Inside the layout properties it lists controls such as Move up as Up arrow but when used as an ID i get the same error and the script editor doesent auto complete the parameters just wondering if anyone can help me out if not no worries thanks all.

  • 3 posts