t4u's Forum Posts

  • How do I add local variable to function?

    In my function I will need a counter. If I add parametr0 = 0 as number(function variable) I can't increment it. I figured I can store my "local variables" in array but it looks stupid. Is there a better way?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 1.

    On start of my layouts I create 3 sprite1 objects: on x: 0, 50, 100

    How do I make that when I press down key only middle instance will go down?

    2.

    I have been using Stencyl and decided to transfer to Construct. I have enjoyed beginner course and how to do platform game but is there a continuation, something like advanced course?

    I have plans to make RPG game so I need to know how to:

    • Save/load game
    • text control
    • Control dynamic arrays

    I know there are other tutorials but is there "official" advanced course.