User Tag List

Results 1 to 3 of 3

Thread: Adding Return to "Change alterable Text" event

  1. #1
    Clicker Multimedia Fusion 2 Developer
    Teh_Purple_d00d's Avatar
    Join Date
    Oct 2010
    Location
    Versailles, MO, USA
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding Return to "Change alterable Text" event

    Wanting to add a return between a few piece of text. Pressing enter in the "Change Alterable Text" event box only closes the box and saves the current text. Is there a symbol I need to put in instead?

  2. #2
    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)
    If you hold Control while pressing Enter it will make a new line. However, new lines are not usually saved once the Expression Editor closes, so you can't neaten your code using this method. But it sounds like you want to use it within a string, which does actually save with the expression, so hold Control and press Enter within the quotes and you should be good.

    EDIT: By the way, the default way to create a newline is to use NewLine$. For example:

    Code:
    "Line 1"+NewLine$+"Line 2"
    Will result in:

    Code:
    Line 1
    Line 2

  3. #3
    Clicker Multimedia Fusion 2 Developer
    Teh_Purple_d00d's Avatar
    Join Date
    Oct 2010
    Location
    Versailles, MO, USA
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot. I really appreciate it.

Similar Threads

  1. "Load text file" from "The Edit Object" BUG?
    By MOBii in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th December 2013, 05:43 AM
  2. change "active" rectangle color with "Color selector". help
    By Sevennemesis in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th February 2013, 01:40 AM
  3. Mochi Social return "null" string...
    By Orelbe in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 24th July 2011, 04:51 PM
  4. Adding "commas" to long numbers?
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 18
    Last Post: 26th August 2008, 12:31 AM
  5. Icon view? Anyone had success with "adding" images
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 11th April 2008, 11: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
  •