User Tag List

Results 1 to 6 of 6

Thread: Can't land on backdrop platforms

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't land on backdrop platforms

    I have a backdrop object that I want to be a platform. How do I give it that property? I tried looking in it's runtime options in the properties and setting its obstacle type to "platform", but it did nothing. I still couldn't land on it. Am I doing this the wrong way? I've seen it done before. What I'm after is being able to jump through it, but still land on it.

    P.S. This is a side-scrolling game.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't land on backdrop platforms

    I have a backdrop object that I want to be a platform. How do I give it that property? I tried looking in it's runtime options in the properties and setting its obstacle type to "platform", but it did nothing. I still couldn't land on it. Am I doing this the wrong way? I've seen it done before. What I'm after is being able to jump through it, but still land on it.

    P.S. This is a side-scrolling game.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't land on backdrop platforms

    Setting the obstacle type to "Platform" gives the behaviour that you're looking for, if you're using the default platform movement for the player's object. Make sure that you have an event that actually tells the object to collide with the platform:

    + (Player object) collides with the background
    > (Player object)>Movement>Stop

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't land on backdrop platforms

    Setting the obstacle type to "Platform" gives the behaviour that you're looking for, if you're using the default platform movement for the player's object. Make sure that you have an event that actually tells the object to collide with the platform:

    + (Player object) collides with the background
    > (Player object)>Movement>Stop

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't land on backdrop platforms

    It worked! Thankyou!

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't land on backdrop platforms

    It worked! Thankyou!

Similar Threads

  1. Neko Land
    By mcm85 in forum iOS Released Games & Apps
    Replies: 2
    Last Post: 25th July 2013, 02:09 PM
  2. Pics Land
    By Joseclick2011 in forum iOS Released Games & Apps
    Replies: 0
    Last Post: 11th May 2013, 01:26 PM
  3. AWESOME Land
    By DistantJ in forum Android Released Games & Apps
    Replies: 1
    Last Post: 6th April 2013, 01:49 AM
  4. AWESOME Land
    By DistantJ in forum iOS Released Games & Apps
    Replies: 42
    Last Post: 25th November 2012, 10:24 AM
  5. Can't land on backdrop platforms
    By pinacoladaxb in forum Multimedia Fusion 2 - Technical Support
    Replies: 29
    Last Post: 28th July 2006, 10:58 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
  •