User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 29

Thread: Help With MMF2

  1. #11
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Help With MMF2

    You must count how many jumps the player has made since they last hit the floor. You do this by adding one to a counter every time they jump, and setting the counter to 0 when they hit the floor (collide with an obstacle while facing a downwards direction). Then you add a condition to the double jump event which says that it will only happen if their amount of jumps since they last hit the floor is lower than 2 (as in they've not jumped or only jumped once).
    .:::.Joshtek.:::.

  2. #12
    No Products Registered

    Join Date
    Jun 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Anyway you could set that out as how it would be in the events? I'm sorta confused on that....

  3. #13
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    First make a counter in the frame.

    + Upon pressing (jump button)
    + Counter < 2
    - Select Movement #1
    - Add 1 to counter

    + (Player) collides with obstacle
    + (Player) is facing a dicrection (all of the downwards directions, not including straight horizontal)
    - Set counter to 0

  4. #14
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Help With MMF2

    Double jump example: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=95444
    .:::.Joshtek.:::.

  5. #15
    No Products Registered

    Join Date
    Jun 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    To InsertNameHere I tried that, but after I did a double jump once, it wouldn't double jump again.

  6. #16
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Did you try

    *Collision between Player and Backdrop

    instead of the obstacles,

    or deleting

    *Player is facing direction ...

    Maybe that helps

  7. #17
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Ricky you're right, I meant to type backdrop not obstacles, I just typed it wrong.

    Try changing that Smedwicks and see if it works now.

  8. #18
    No Products Registered

    Join Date
    Jun 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Still does that, I have it at overlapping a backdrop, doesn't work, still does the one double jump, and everything else is one jump, and did that for collides with backdrop, same result.

  9. #19
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Here's an example file of it, tell me if this works:

    http://files.filefront.com/double+jumpmfa/;10673281;/fileinfo.html

  10. #20
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help With MMF2

    Did it work Smedwicks?

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 7th January 2013, 12:35 PM
  2. SOLVED: MMf2 Standard to MMf2 Developer Error
    By iamjot in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st January 2011, 06:03 PM
  3. Mmf2 X MMf2 Developer (Talking about flash)
    By PandaExplosion in forum SWF/Flash Export Module Version 2.0
    Replies: 21
    Last Post: 18th December 2010, 01:55 AM
  4. passage d'appli MMF2 anglais à MMF2 français
    By mig3 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th February 2008, 04:51 PM

Posting Permissions

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