User Tag List

Results 1 to 6 of 6

Thread: Switch alterable values?

  1. #1
    Clicker Multimedia Fusion 2
    Skeets's Avatar
    Join Date
    Apr 2007
    Location
    Utah, USA
    Posts
    360
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Switch alterable values?

    Is there a way to quickly re-arrange the placement of the alterable values of an Active object to make them more convenient?

  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)

    Re: Switch alterable values?

    I don't think there is, but this would be a downright dandy feature for both alterable values and global values. I want this too.
    Working as fast as I can on Fusion 3

  3. #3
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Switch alterable values?

    I'd like to declare alterable / global values by code once at the start of the application, like you would with variables in any programming language. No need to bother anymore with the order of these values. Later you'd simply reference them by their name.

    Code:
    • Start of Application //Yes this could be a new condition!
       - "Special conditions": Declare Global Value "Game_Level" to 1
       - "Special conditions": Declare Global Value "Game_NumPlayers" to 1
       - "Special conditions": Declare Global Value "Game_MaxNumPlayers" to 4
       - "Special conditions": Declare Global String "URL_Developer" to "www.oliverpearl.com"
       - "Special conditions": Declare Global String "URL_Sponsor" to "www.sponsor.com"
       - "Special conditions": Declare Global Flag "Game_Sound" to TRUE
       - "Special conditions": Declare Global Flag "Game_Music" to FALSE
    
    • Start of Application
       - "Active": Declare Alterable Value "Health" to 5
       - "Active": Declare Alterable Value "MaxHealth" to 10
       - "Active": Declare Alterable String "Race" to "Human"
       - "Active": Declare Alterable String "Rank" to "Peason"
       - "Active": Declare Flag "IsActive" to TRUE
       - "Active": Declare Flag "IsZombie" to FALSE

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

    Re: Switch alterable values?

    For Oliver: http://ext.neatwares.ath.cx/search/Named+Variables/
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Multimedia Fusion 2 Developer

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

    Re: Switch alterable values?

    Even better: ValueAdd

    Effectively adds unlimited alterable values to every object, accessed by name. Values are created on first use, so no worries about order...

  6. #6
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Switch alterable values?

    Thank you guys, I know these extensions. I just wish MMF3 has something similar built-in.

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
  •