User Tag List

Results 1 to 6 of 6

Thread: Rearrange Alterable Values

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Rearrange Alterable Values

    I think I speak for a lot of users (read: every user ever) when I say that this feature would be greatly appreciated. It would do wonders for organisation and readable code. It'd save people the hassle of restarting projects because 'their code was too messy'. Not having access to the MMF source, I'm not sure how difficult this would be to implement, but it should be possible with an array middlemanning the values list and pointing to the display position when it's drawn.

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Too bad this can't possibly work for events that access alterable and global values and strings by index

    Jacob + 1 from me
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It won't be possible in MMF. At least as far I understand how MMF works and was created (look last 2 Francois blog entries for example). So probably it will be implemented in MMF3.

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by LB View Post
    Too bad this can't possibly work for events that access alterable and global values and strings by index

    Jacob + 1 from me
    The events could just look at the buffer to see where its ID is redirected to.

  5. #5
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Not sure what you're talking about Jacob?

  6. #6
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My suggestion was to basically make a buffer that sits between the alterable values and what you see. It could be a list organised like this:

    0 1
    1 6
    2 7
    3 0
    4 8
    5 5
    6 4
    7 9
    8 3
    9 2

    MMF would look down the list and in each spot insert the linked Alterable Value into where its index points to. In line 2 (in place of Alterable Value C), Alterable Value H (the 7th value) would be shown, since 2 points to 7. Line 3 would show Alterable Value A. This won't hurt previously made applications as it would default to a 0,0 1,1 2,2, etc list. When requesting a value by its index, it would go through this buffer as well. Requesting value 2 would respond with value 7. This system would be completely transparent to the user, but would function as a lookup table for MMF2.

Similar Threads

  1. Global Values & Alterable Values with same names
    By Gustav in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 7th November 2012, 06:15 PM
  2. Alterable Strings as Alterable Values?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 27th March 2012, 07:14 PM
  3. Display values on screen from Alterable Values
    By mikeh in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 13th May 2008, 01:59 PM
  4. Alterable Strings and Alterable Values limit :(
    By Pedro Almeida in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th October 2006, 06:38 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
  •