alexrau's Forum Posts

  • In Construct 2, I can get Spriter animation of my valiant hero working (including character maps for what item he is equipped).

    However, when I export to HTML 5 website and test the game the spriter animations are not visible.

    Any ideas on how to get him visible?

    This is what I've tried thus far.

    1. Tried setting the Spriter animation to visible on layout start.

    2. Checked that both the SCML and SCON files are present in the exported folder, since that was mentioned in other threads. (See screenshot)

    3. checked versions of software in chain : Am using construct 2 (release 200) and Spriter 4.1 and the SCML plugin ( plugin release 7/19/2015). Originally I had done initial import using an April release of the SCML plugin. I could reimport / rewrite all the Spriter imports, but I don't know if that will resolve my problem.

    Any ideas would be appreciated.

  • Actually the Newbie mistake was that I had added the Platform behavior to all the monsters. By default it is set to 'Default controls = True'. So my actions were being echo'd by the monsters, which is why they were running away.

  • Thanks also found this video on how to make your monsters smarter to be helpful.

  • That was exactly what I was looking for. "Has Line of Sigh to player t --> Move Forward -1 "

    Need to add some other conditions to get it flip, toward but am on my way.

    Thanks you for the direction.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just thought I could set a behavior for the sprites and it could get one sprite to follow another. IS the trick that I should put some logic linked to System.Every Tick to have one sprite follow the other?

  • I think the monsters in my first Platformer are cowards.

    When the player moves toward them they flee backwards.

    I think it has something to do with getting the monster sprite objects to be aware of the player and move toward it, but a bit a loss on how-to. Any suggestions?