User Tag List

Results 1 to 5 of 5

Thread: Positioning

  1. #1
    No Products Registered

    Join Date
    May 2007
    Location
    Christopia
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Positioning

    I want to have an object stay on one part of the frame and stay in that one spot while the frame is scrolling. How do i do this?

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    You mean like a HUD (lives/ammo etc that are on the screen not the ground).
    Either make a layer with 0s for the scrolling coefficients and put your object in that, or untick "follow playfield" in the object's properties.

  3. #3
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Or you could try it this way -

    Simply create an event which is along the lines of:

    ALWAYS:
    Set X Position of Object to X Left Frame + "x"
    Set Y Position of Object to Y Top Frame + "x"

    "x" resembles a number to be entered by yourself. The higher the number, the further towards the right hand edge/bottom the object will be placed.

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Yeah, but that way tends to lag behind by a frame AND requires events...

  5. #5
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ACESpark's Avatar
    Join Date
    Oct 2006
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Positioning

    Layers and coefficients is your best bet. That way you don't have the bother of making sure your objects aren't always at the top, AND you can use backdrop objects as part of the HUD. Just make sure any counters in your HUD (or whatever) aren't set to "Set to Background".

Similar Threads

  1. Positioning Windows control object positioning based on resolution?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st August 2013, 03:32 PM
  2. Ads positioning?
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 6th July 2012, 01:50 AM
  3. Positioning
    By dsilvers in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th February 2010, 10:57 PM
  4. Positioning
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 3rd January 2009, 05:13 PM
  5. Random positioning?
    By Ravenius in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 21st July 2006, 07:18 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
  •