Todorcim's Forum Posts

  • 4 posts
  • Ha yeah I jumped the gun I played around with it. Works perfectly. Thanks A lot!

  • Sweet so that fixed one Issue. Now I am running into another. Although I can now bump into the enemy from either left or right, it only works if I am comming at him head on with him looking at the character. If you try and come up from behind you still run through. So close!

  • I can get my character to jump and bounce off the enemy no problem. Everything works perfect as far as falling and the Y vector. The issue lies in if I am running at the character from left or right. Currently the Character will bump away from the enemy If approached from the left of enemy but walk right through if approached from the right side of enemy. So not both.

    Here is a screen cap of what I have down for the collision. (the AI movement was done with the same method as Ashleys "https://www.scirra.com/tutorials/253/how-to-make-a-platform-game")

    <img src="https://www.dropbox.com/s/x5gyaderon3vf5u/Screencap.png" border="0" />https://www.dropbox.com/s/x5gyaderon3vf5u/Screencap.png

    Thanks for any input!

    TodOrcim

  • Try Construct 3

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

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

        I am trying to create something which in theory and on paper is very simple but I am not sure how to execute it in Construct 2 or even know if it is possible.

        Basically all I am trying to do is create a basic program where the User would enter a Word. Each Letter in that word will be assigned a value. Then all those values will be added up for a total number.

    For example: The user inputs their name, say Jimbo.

    J= 10

    I= 9

    M= 13

    B= 2

    O= 15

    so 10+9+13+2+15=49

    There is obviously more to it than this, but this is the fundamental information I need before I can carry on.

    Is it possible to do this? And if so how would I do it? Just to note as well. It will be used on android, ios, and web.

    Thanks and Sincerely,

    TodOrcim

  • 4 posts