User Tag List

Results 1 to 4 of 4

Thread: concantenating strings using other alterables

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    concantenating strings using other alterables

    I haven't really dealt with concantenating text in MMF2 yet and was wondering if anybody knows how. I essentially want to have some text then an alterable string or value be filled in depending on other criteria. I did the statement below and it said it was valid but I am only getting the 1st part of the string to appear ("Press [1] to select")

    "Press [1] to select", string$( "Context Fighter name" ), " as a fighter."
    Expected outcome: Press [1] to select Bob as a fighter.

    Your help is much appreciated.

    Thanks

  2. #2
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: concantenating strings using other alterables

    Also if possible I would like to be able to call an active object into the string if possible but I am guessing I will need to create my own system to do that. Unless someone tells me otherwise.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: concantenating strings using other alterables

    It's +:

    "Press [1] to select" + string$( "Context Fighter name" ) + " as a fighter."

  4. #4
    No Products Registered

    Join Date
    Feb 2007
    Location
    Vancouver, BC
    Posts
    60
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: concantenating strings using other alterables

    great thanks. I figured it would be something simple :-)

Similar Threads

  1. alterables
    By dray in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 2nd September 2008, 06:34 PM
  2. asking again... still struggerling! Alterables...
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 28th January 2007, 07:25 PM
  3. Question about alterables?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th January 2007, 10:23 PM
  4. How can i do this? counter.. alterables?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 23rd January 2007, 06:13 PM
  5. asking again... how can i find alterables??
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 15th December 2006, 04:29 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
  •