Vanelloppe18's Forum Posts

  • Wall i have seen this on the official website :

    "Construct 2 is being retired on 1 Jul, 2021. We strongly recommend upgrading to Construct 3."

    "retired means they stop adding new features or what?"

  • Hello,

    i would finish a project i have started one year ago but i don't have the licence anymore on C3 and i don't want pay 90$/year so i would invest in C2 and pay one time. My question is can i import my projects from C3 to C2 with no issues of compatibility or whatever?

    Thank you.

    Paul

  • Hello,

    i would like programm a chess game, i looked on internet how to dot it, and i see tutorials but for java, C# etc, not for construct, they advice do use arrays to the chessboard and to the pieces move but i didnt fin any tutorial for construct 3, maybe there is an easier way to do it, do you have some advices dor this?

    Thank you :).

    Paul

  • Thanks, im gonna look this tonight :)

  • Hello,

    anyone know where i can found a template (free or paying) of a chess game? with multiplayers included if possible, thank you :).

    Paul

  • Thank you for your reply, im gonna read your tutorial and looking games, maybe on itchio too to get inspiration

  • Hello,

    all is in the title, i had a project with a friend to do a game few months ago, we were beginners in making games, we did the same mistake than so many beginners do : we were too ambitious about the project and my friend gave up.

    Anyway, i would like do a game by myself then but very simple, can be very short (less than one hour) or based on the scoring but im lack inspiration, can you give me game's ideas?

    the idea just need respect there conditions :

    -The mechanics need to be simple

    -Not too many sprites if possible

    -A game not too long to code

    Thank you in advance for your answers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • youtube.com/watch

    Maybe it can help you

  • I found this solution who works, if somoene have better tell me :) :

  • I don't know what do you mean by "random behavior" or "object type"

  • Hello guys,

    all is in the question, how can i coding that an enemy choose randomly between several patterns, example, he have two different attacks and he choose at random between them, i see the expression "choose" but i think i cant use that, i was thinking something like :

    function 1 = first attack pattern

    function 2 = second attack pattern

    anbd expression choose (functiin1, function 2) but the expression choose is just for parameters not function i guess.

    "choose(a, b [, c...])

    Choose one of the given parameters at random. E.g. choose(1, 3, 9, 20) randomly picks one of the four numbers and returns that. This also works with strings, e.g. choose("Hello", "Hi") returns either Hello or Hi. Any number of parameters can be used as long as there are at least two."

    Ty for help.

  • Thank you very much, it is helpfull

  • Hey dude, i tried this game, it is very good, when you plan to the final release?

    Can you share your code for the elevator mechanic?

    Thanks you :)

  • I find the good system for me, thanks

  • i updated the screenshot, its a bad monday for me :D, i guess the instance variable have the original y position of the object? i need to do it in a loop or something to give the feeling its moving slowly? for example in this loop add -2px