User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 28

Thread: Objects having more/infinite alterabe values

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2008
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Objects having more/infinite alterabe values

    I know there's 26 right now but it hardly seems enough for some of the stuff I make. I'm sure others would appreciate more alterable values as well. Would it be possible to increase the number of alterable values an object can have?

  2. #2
    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)

    Re: Objects having more/infinite alterabe values

    Click new at the bottom
    A-Z,aa-az,ba-bz,etc.

    On a completely unrelated note, the left 5 digits on this post number are 15015. The prominent number of which is 15. This is my 1111th post.

  3. #3
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    Alterable values only have 26 for objects. Global values are infinite. If you are using 26 values per object you must be doing something very complex or you are wasting values. Try having dummy objects to store important information such as map/level details etc and leave objects individual values for important thigns related only to that object.
    You also have 10 strings which you can use aswell

  4. #4
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    Darkesoft, this will reuse older Values, you really only have 26, if you make AA and co you will overwrite older ones.

    My suggestion is using ValueAdd Extension to add unlimited alt values to objects. Then there is no limit.

  5. #5
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    To do this without an extension, do as bigredron suggests and use very small dummy active objects. This would also make it unlimited Alterable Values.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  6. #6
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2008
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    It's not possible to do this with a dummy object because each object requires unique ID's and instances of collision and whatnot. When linked to a dummy object to store extra values, the object's ID jumps around when one of them is destroyed, rendering the dummy object useless.I really do use all 26 values and they're not enough. Yes, it is very complex and it yields very nice results but it's limited due to the fact that all of the necessary values aren't there.

  7. #7
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    Take maVado's suggestion and use the ValueAdd Extension.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    Or you can use the Level-Save Object.

  9. #9
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2008
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    ValueAdd is not practical for the what I'm using it for and Level-Save has nothing to do with what I am doing. What I am using the alterable values for is entire movement and attack based engines based on a qualifier. For instance, an Enemy's HP would be Alt value 3. Defense, strength and all those good things are in there. Pos X, Pos Y, X Speed, Y Speed [I wouldn't have to use those if the built in movement didn't suck so much.] Distance from enemy, and other things that allow me to make complex movement and AI. It handles it OK based on setting things by qualifier. Inter-qualifier collisions don't work so well though. I don't see what the big deal is. If you can make infinite Global values, why not allow each object to have it's own infinite values as well? It would work much better than slamming 2-3 different dummy objects to load up values.

  10. #10
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Objects having more/infinite alterabe values

    ValueAdd should do exactly what you want. The Level-Save object can also add unlimiter properties to an active object. Try experimenting more. Whinging about only having 26 values is not going to make the limit increase. Its how MMF2 is designed and will not be changed (maybe in MMF3)

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. sum of several objects' alt values (of same qualifier)?
    By Phanto in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 29th March 2012, 11:39 AM
  2. Values from random objects
    By Digitalic in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th May 2011, 06:04 PM
  3. Spreading Values Over New Objects
    By variant in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 29th November 2009, 04:26 AM
  4. selecting objects with values
    By Aikikame in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st October 2009, 01:32 PM
  5. Will String objects have alt.values?
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 21st April 2009, 05:13 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
  •