TheFlashYoda's Forum Posts

  • 4 posts
  • Potato: Yes to both.

    Jase00: The EdgeMarkers are all 40x40 just as the tutorial suggests; I tried adding the Vextor X speed to 0 on collision and there was no effect.

    The thing I don't get is, I have other snails that are not dynamically created and added; they are there from the beginning, placed by me statically in the layout. These are the same snail objects; the EdgeMarkers are the same objects;

    The static snails hit the markers, turn around and do as desired. The dynamic ones do not - they either plow through the marker and fall of the edge or they stop (and in both cases, they DO turn around indicating that the collision WAS detected). Could the fall be somehow adding to their speed and somehow cause it to be going too fast to complete all of the collision commands?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't see a button to include file. Does that mean I would have to post my file somewhere else on the web and then provide a link here? Not sure where I could put it.

  • Clear your browser cache, you must.

  • Hi,

    I hope I didn't miss it, but I saw no forum specifically for the two tutorials (beginner's and platform) so I'm just putting this here.

    I have successfully completed the beginner's tutorial and have even added more stuff to it. I then went to do the same with the platform tutorial.

    I was able to successfully complete the platform tutorial however I then wanted to add some things. The one I'm having trouble with at the moment is that I made it so it adds a new enemy snail every x seconds and I do so above the layout so it appears to drop down onto a tile then starts moving to the right.

    I have several tiers of tiles so that it slides to the end and drops down a level and then another, etc. On the second to last tier, I want it to turn around and go to the left when it reaches the end.

    When it collides with the invisible blue box (EdgeMarker) it does turn around, but depending on my speed/acceleration/deceleration settings, it either keeps sliding to the right and drops off into oblivion or it stops.

    So the collision is being detected, as it turns to the left. However, it refuses to start moving to the left.

    I would also like to note that other "static" snails on the level seem to stop moving when the first of these dynamically added snails hits this EdgeMarker.

    Any advice/help/input would be greatly appreciated!

  • 4 posts