Workaround suggestions

This forum is currently in read-only mode.
  • For the platform behavior my character seems to always be struggling with always trying "falling". His animation looks crazy like hes having a seizure . If anyone knows what im talking about and has a way to get passed this please let me know.

    Thanks

  • It is sometimes good to post a cap to show what you are talking about.

    With that being said, the frame rate maybe to high.

    So you can try setting the speed of the animation lower.

    Hope that helps you out.

  • It is sometimes good to post a cap to show what you are talking about.

    With that being said, the frame rate maybe to high.

    So you can try setting the speed of the animation lower.

    Hope that helps you out.

    Here is the cap:

    http://sites.google.com/site/twinsonian ... ects=0&d=1

  • You should really check out the Platform School tutorial here on the forums. You would profit from it a lot!

    http://dl.dropbox.com/u/2306601/sm_edit.cap

    I changed your cap to work the way most of my platform games do. There's a dummy sprite, which has the actual platform behavior applied to it. The mario sprite will be always set to the dummy's position. Also mario's animations will be always set to the dummy's animations. Those animations are tagged, which means you don't need to specify them with events if you only have the standard stopped/walking/jumping/falling.

    A few things I noticed:

    You are using many small sprites for the blocks, which all use per pixel collision. Use bounding box collision instead wherever possible. And use as few solids as possible.

    The sprite using the platform behavior shouldn't be solid itself.

    Make use of layers. It's way easier to select stuff and keep the overlap order. I made one additional layer for the sky already.

    You don't need the mirrored directions in your animations. You can have only the direction right for every animation and simply activate AUTO MIRROR under the object's properties.

    For a proper placement of mario with my method you would need to adjust to hotspots on the different animations too.

    And as I mentioned: read the platform school tutorial, will give you many pointers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the suggestions and the help. I will go through the tutorials immediately -- I had no idea about them.

    Thanks again!

  • Just keep in mind those tutorials are old, I haven't updated them in a while. You may run into several opportunities where you can streamline things with newer Construct features, and a lot of the information could be just plain wrong now. But it will at least give you an idea of where to start.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)