User Tag List

Results 1 to 7 of 7

Thread: trampoline object with the platform movement object

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5+ DLC (Steam)

    Join Date
    Nov 2022
    Location
    Portugal
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question trampoline object with the platform movement object

    I am currently making a game using the pla movement object and i wanted to make a trampoline object in which the player, once touched, bouces up.

    is there a easy way to do it??? im new to does math over complicated stuff.

  2. #2
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)Firefly 3D Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,236
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    you could do it, when you land from a jump and are on top of the object - just force another jump; and make the power higher.

  3. #3
    Clicker Fusion 2.5Fusion 2.5+ DLCAndroid Export Module

    Join Date
    Jan 2018
    Posts
    578
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    hello,post you mfa (or a light version of it) and explain exactly what you want and i will do it for you

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    984
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by joca View Post
    I am currently making a game using the pla movement object and i wanted to make a trampoline object in which the player, once touched, bouces up.

    is there a easy way to do it??? im new to does math over complicated stuff.
    You could link a counter and the counter increase the power ever time the player lands on the trampoline. Then if the player touches the ground. Reset the counter or reset it every so many touches on the trampoline.
    RRANDOM could be used if you want a random power increase as well.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleUniversal Windows Platform Export ModuleSWF Export Module

    Join Date
    Jun 2014
    Posts
    129
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This can be done easily with the Platform Movement Object in several ways. The easiest is to just re-purpose the objects "jump" action to trigger whenever your player object falls onto your designated trampoline Object. Method 1 in the pic.

    PMO_events.jpg

    Alternatively instead of using the jump action, upon collision with your trampoline you can reset the Y velocity to match the value of "jump strength", and then immediately multiply the Y velocity by - 1 (Y Velocity * - 1) to get the same effect. Method 2 in the pic.

    It must be noted that your trampoline object should be assigned "jump through platform" collisions for this to work, but it's very trivial to do. Literally just copy the events shown in the picture.

    giphy.gif
    ^don't know how to properly upload animated gifs
    Images attachées Images attachées

  6. #6
    Clicker 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)
    Volnaiskra's Avatar
    Join Date
    Jan 2014
    Location
    sprykethegame.com
    Posts
    3,209
    Mentioned
    133 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by YesNoYes View Post
    ^don't know how to properly upload animated gifs
    Once you upload to giphy or gifyu or wherever, find the URL that points to the actual file, and put IMG tags around it:






  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    984
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Volnaiskra View Post



    Nice Example!

Similar Threads

  1. Replies: 1
    Last Post: 7th December 2016, 02:22 AM
  2. Replies: 2
    Last Post: 5th October 2016, 09:45 AM
  3. Replies: 1
    Last Post: 23rd September 2016, 08:37 PM
  4. Replies: 2
    Last Post: 5th January 2015, 10:13 PM
  5. Platform Movement Object - Strange bug when replacing object colors
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 3rd February 2013, 01:48 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
  •