User Tag List

Results 1 to 3 of 3

Thread: Swap Values?

  1. #1
    No Products Registered

    Join Date
    Jun 2010
    Location
    Sutton, Surrey, UK
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Swap Values?

    Is it possible to swap 2 values?
    EG:
    Active:
    Alterable Value A=55

    Active2:
    Alterable Value A=52

    AFTER SWAPPING:

    Active:
    Alterable Value A=52

    Active2:
    Alterable Value A=55


    Thanks lol

  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: Swap Values?

    Alt Val A = 1
    Alt Val B = 2

    Set Alt Val C to Alt Val A
    Set Alt Val A to Alt Val B
    Set Alt Val B to Alt Val C

    Alt Val A = 2
    Alt Val B = 1
    Working as fast as I can on Fusion 3

  3. #3
    No Products Registered

    Join Date
    Jun 2010
    Location
    Indonesia
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Swap Values?

    I have done this before, but i dont exactly remember, maybe this code works :

    Always - set alterable value Z of ''Active 2'' to alterable value A of ''Active''.

    Always - Set alterable value Z of ''Active'' to Alterable value A of ''Active 2''

    Upon pressing Any key - Set Alterable value A of ''Active'' to Alterable value Z of ''Active'', Set Alterable value A of ''Active 2'' to Alterable value z of ''Active 2''.

    Try to press a key and check if this works.

Similar Threads

  1. Is there an easy way to swap all the alt values of one active with another?
    By Del_Duio in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st July 2012, 04:51 PM
  2. Help me swap the Values between two Icons in my drag&drop menu
    By Morbus Crohn in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st November 2011, 03:07 PM
  3. Serious bug - AO swap their sprites!
    By Blizna in forum Hardware Accelerated Runtime
    Replies: 8
    Last Post: 29th September 2009, 09:14 AM
  4. Swap Position With Another Object Example
    By nivram in forum File Archive
    Replies: 0
    Last Post: 10th December 2008, 01:50 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
  •