User Tag List

Results 1 to 3 of 3

Thread: auto recalculate frame objects positions

  1. #1
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)iOS Export Module (Steam)
    Aloan's Avatar
    Join Date
    Dec 2008
    Location
    Massachusetts, USA
    Posts
    375
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Unhappy auto recalculate frame objects positions

    As I am converting my once 160x120 resolution game to its double 320x240 (even though I'll keep the display window to a vertical of 224)

    It is all about the frame editor window
    I am facing a tedious problem. On the frame editor I simply would like to click on an object (say an apple tree)
    MMF2 automaticlly selects all apple trees within the frame giving me a total count.
    That is beautiful and very handy, BUT - I'd like to re-position all apple trees to their new corresponding 2x positions!
    (This will so speed up my convertion as I am also re-drawing all objects to a finer 2x detail)

    So, For example, say one apple tree in the 320x240 area is located at X:100 and Y100
    Its new position would then be X200 and Y200 - I can do that with each individual tree... but the problem is I have close to 1000 trees!

    What I would like to do though is: after all have been selected, I'd click on their X position field and type *2
    and they all get repositioned times 2!!!! same with vertical.. Is it possible? is there and editor extension for that?

    Meanwhile I am stuck having to painstakingly type 2 values for each object in my 8 levels game. and I got thousands!!!

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    UltimateWalrus's Avatar
    Join Date
    Jul 2006
    Posts
    824
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One of Fusion's weaknesses is that the game logic is not resolution independent. Assuming all your objects are Actives, you could hack it by saying Start of Frame -> Set X position("Active") to X("Active")*2. Other that, you are basically stuck doing things manually. Fusion 2.5 doesn't support editor extensions, though from the sound of it I think Fusion 3 will when it comes out (hopefully sometime this year).

    Some devs put all their game logic in one frame, and make a custom level editor. If the game was developed this way, changing resolution would be no big deal. But this doesn't help you much with your current project.

  3. #3
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)iOS Export Module (Steam)
    Aloan's Avatar
    Join Date
    Dec 2008
    Location
    Massachusetts, USA
    Posts
    375
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Great to know! yeah I heard on an interview on Youtube (had to use audacity to UP the sound a lot) that you'll be able to make editor extensions! wow!!! thanks a bunch for the good reply!

Similar Threads

  1. How do I make Active Objects Swap Positions?
    By Jusfury in forum Fusion 2.5
    Replies: 1
    Last Post: 4th February 2016, 10:16 PM
  2. Replies: 1
    Last Post: 18th October 2015, 09:17 PM
  3. Recalculate physics object size???
    By paobrasil in forum Fusion 2.5
    Replies: 2
    Last Post: 6th February 2015, 10:24 AM
  4. frame jumping- exact positions?
    By orenji7 in forum The Games Factory 2 - Technical Support
    Replies: 5
    Last Post: 19th October 2007, 07:10 AM
  5. Setting positions of moving objects
    By DavidN in forum File Archive
    Replies: 0
    Last Post: 11th September 2006, 10:34 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
  •