User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: need help with platform game

  1. #1
    No Products Registered

    Join Date
    Dec 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    need help with platform game

    i have no idea why but my charcter in the game im making keep falling through the floor if i jump in any direction and play its atack animation. How do i fix this?

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Location
    USA
    Posts
    691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    Well, what kind of platform movement are you using? Are you using the built-in movement, the Platform Movement Object, or a custom fastloop engine?

  3. #3
    No Products Registered

    Join Date
    Dec 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    i think im using the built in movment

  4. #4
    No Products Registered

    Join Date
    May 2008
    Location
    New Zealand
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    I had a similiar issue about 10 years ago in TGF 1.04. What I was doing wrong was quite simple.

    Take a look at each frame of your animation sequence and ensure that the hotspot is in exactly the same x,y reference. If it is different then depending on the sequence being displayed you can have the affect of wriggling through a so called fixed layer.

    Lee.

  5. #5
    No Products Registered

    Join Date
    Dec 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    i have antoher problem now. My charcter still falls through floor if attack animation is playing and it collides with a enemy/active object while jumping. how can i fix this.

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    This is a clear flaw in the built in platform movement. The best way to go about it is this - make a box the size of your character. Assign the platform movement to it.
    Then by events make the box invisible and always -> position the graphic at the position of the box.

    .. still waiting for the day when MMF finally has native support for custom bounding boxes :/

  7. #7
    No Products Registered

    Join Date
    Dec 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    ok im kind of confused with the whole box idea and im new to this so can anydoy clarify what is stated above?

  8. #8
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    Make an active object the size of your animated character.(i use a yellow box)

    Assign the platform movemetn to it.

    Then use an event
    Always
    Set position(animation) to 0,0 from yellow box

  9. #9
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2007
    Location
    Suffolk, UK
    Posts
    435
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    Depending on how new you are this might help:
    DavidN's Custom Platform Movement tutorial zip from the tutorials page: Tutorial Zip
    It's definitely worth working through and building the example as you'll learn all the basics for building your own platform movement plus some other basics. It's marked as advanced but as long as you actually build the example while reading it you should be fine.

  10. #10
    No Products Registered

    Join Date
    Oct 2007
    Location
    Norway, Oslo
    Posts
    379
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: need help with platform game

    Or you can use the Platform Movement Object extension. It's very easy to use and it's working perfectly. DavidN's Custom Platform Movement is also very good, but I think it's a little bit difficult to start with if you are new to this.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Platform game Help: Jump through platform slopes
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 10th December 2009, 04:15 AM
  2. platform game help
    By colin in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 13th October 2009, 11:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •