User Tag List

Results 1 to 4 of 4

Thread: Character Name

  1. #1
    No Products Registered

    Join Date
    Oct 2007
    Location
    Turkey
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Character Name

    Hi to everyone! I've been exploring MMF's capabilities for some time (my story goes back to Klik&Play). I see that there are much to learn about MMF. I have a question about String Texts.

    I'm trying to create a Role Playing Game. First, a character name will be entered. I managed to do this with edit box object (then transferring the text (name) to a string object). I will also add dialogs to the game. I want NPCs to use that specific name when they talk to our character. For example, the bartender will say "Hello, (name)! It is nice to see you!"

    I don't know how to do this. I will be grateful if you help me.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Character Name

    Set the text to "Hello, " + Name + "! It is nice to see you!", Name being retrieved from wherever the name is stored.

  3. #3
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Character Name

    It would look something like "Hello, " + string$( "String" ) + "! It is nice to see you!"

    To get the "string$( "String" )" expression, you have to click Retrieve Data from an Object and right click on the string object icon.

    ---EDIT---
    Beaten

  4. #4
    No Products Registered

    Join Date
    Oct 2007
    Location
    Turkey
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Character Name

    Yes, it works. Thank you for your help!

Similar Threads

  1. Character Image: Load Character Images from Folder
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th May 2011, 06:56 PM
  2. CPU character
    By clim in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd March 2011, 01:12 AM
  3. Character Image bug?
    By mobichan in forum SWF/Flash Export Module Version 2.0
    Replies: 0
    Last Post: 17th December 2010, 10:50 PM
  4. Character map
    By Horn in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th March 2007, 05:53 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
  •