User Tag List

Results 1 to 3 of 3

Thread: Moving Platform- please help!

  1. #1
    No Products Registered

    Join Date
    Jan 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unhappy Moving Platform- please help!

    I have come to a point on my game where i have made a moving platform with my character on it. when the platform moves my character stays stationary which i want it to do so that is ok. But on the platform i have numbers which the player needs to jump over or collect, but when the platform moves, the numbers don't move along with it. how do i get the numbers to move along with the platform?? please help!

  2. #2
    Clicker Fusion 2.5
    Del_Duio's Avatar
    Join Date
    Sep 2008
    Location
    Cygnus X-I
    Posts
    944
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    You could do something like-

    If (numbers active) is overlapping (moving platform) then set X position of (numbers active) to X position / 2 of (moving platform)

    That would set the numbers about in the middle of the moving platform. It might look all crappy and jittery so you'll have to experiment and also experiment on where the above line would go in your code to make it look good. Example- Sometimes either having it come before or after your general camera code will make it look wonky.

  3. #3
    No Products Registered

    Join Date
    Jan 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank You for your help!

Similar Threads

  1. Horizontal Moving Platform using Platform Movement Object example
    By Warmachine in forum Guides, Tutorials, Examples, Widgets
    Replies: 0
    Last Post: 20th January 2015, 09:31 PM
  2. 2 Platform Movements overlapping on a moving platform
    By SuperDisk in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 1st July 2013, 11:20 PM
  3. Moving Platform Help
    By CloudExSolider in forum The Games Factory 2 - Technical Support
    Replies: 10
    Last Post: 1st May 2013, 11:49 PM
  4. Moving Platform in Platform Movement Object
    By radel999 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 16th July 2012, 01:49 PM
  5. Moving platform help
    By vertigoelectric in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th August 2009, 11:31 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
  •