prashant3999's Forum Posts

  • can you elaborate the Animation Event group and send a screenshot of it ..

  • hello everyone,

    I am making a RPG game and I want some help in NPC talking I want that NPC move towards me and then talk for ex. if I approach NPC from left it move towards left and then talk if it's right then it move it's body towards right and then talk so please help me in this problem....

  • then that condition also comes in "or" block

  • I can do support for a single condition event for ex(when pressed A "or" on sprite touched ->move player to up ) by making "or" block but for multi conditioned event for ex ( when pressed up "and" compare variable=0-> move Player to up ) in this situation how can I make touch support for this multiconditioned event please HELP..

  • well sorry for taking your time but problem has been solved

  • thank you but I have already done that..

  • hi i am currently working on RPG game but have some problem in collisions like when my Player is crossing through a tree it will go underneath from tree but when it goes through back of tree it goes through inside the trunk of tree I mean trunk appears above from my Player how to fix this please help..

  • thanks a lot fm4fanAT that helps ..

  • i hope that many of you have played "EvoCreo" can a game like that i mean battle mechanics like that is possible in C2 because i like the boon and conditions and is their any possibilities that whole battle mechanics of game can be made in C2???

  • anyone can explain how can global variable "STORE" positions of character

  • you know in a rpg game you have to make many cities and go back and forth in and out of cities so my question is that if i have three cities (3 layouts) L1,L2,L3 and i want when i go L1 to L2 my character position will be extreme left in L2 and when it goes L2 to L3 and them comes back from L3 to L2 position will be extreme right how to do that???

  • ok thankyou all for your replies but i will continue to sticking to C2

  • which is easier for making html5 RPG games gamesalad or C2??

  • its working its now worked i have done this created instance variable for character and event sheet L1 written on collision with door -go to layoutL2 and set variable to 1 and in event sheet of L2 written that on collision with door - go to layout L1 and set variable to 2 NOW in event sheet of L1 written in compare varables when variable set to 2- position of hero and set variable to 3 and on another event when variable set to 3 - 8 direction movement enabled.. man now its working..perfectly thnks for your replies heyguy and Programmer25

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok i got it now its its working fine heyguy thanks a ton friend but can you also fix my first problem too.