User Tag List

Results 1 to 7 of 7

Thread: Adding multiple lines at once

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module
    weka's Avatar
    Join Date
    Mar 2009
    Location
    America
    Posts
    267
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding multiple lines at once

    I am making a text rpg in flash for the heck of it. In the begninning I want to have some ASCII art which takes a couple of lines...

    is there any way you can add files at once? The only solution I think is loading a .txt file.

    I am currently using the editbox and it being multi-line.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding multiple lines at once

    You mean the NewLine$ variable? :P
    "First line" + NewLine$ + "Second line"

    You could also place a string in the frame with the desired text and have the edit box copy the string.

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module
    weka's Avatar
    Join Date
    Mar 2009
    Location
    America
    Posts
    267
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding multiple lines at once

    No like...
    " O "
    " /\ "
    " | "
    " \ "

    Like aSCII art...

  4. #4
    Clicker Multimedia Fusion 2 Developer

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

    Re: Adding multiple lines at once

    Just add:
    Code:
    "   O     
       /\    
        |    
        \    "

  5. #5
    Clicker Multimedia Fusion 2SWF Export Module
    weka's Avatar
    Join Date
    Mar 2009
    Location
    America
    Posts
    267
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding multiple lines at once

    You can't add multple lines in the box. Pressing ENTER is like pressing OK

  6. #6
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding multiple lines at once

    " O "+newline$+" /\ "+newline$+" | "+newline$+" \ "

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding multiple lines at once

    Quote Originally Posted by weka
    You can't add multple lines in the box. Pressing ENTER is like pressing OK
    You can. Hold Ctrl and press Enter.

Similar Threads

  1. Chart Object, multiple lines?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st August 2012, 10:09 AM
  2. Phizix: Multiple Lines in Body
    By Jaffob in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th November 2008, 09:21 AM
  3. Copying levels and adding new lines of codes?
    By Leander in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 1st October 2008, 06:35 PM
  4. Adding lines to DataGrid..cant add very first line
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 30th March 2007, 09:35 AM
  5. program for adding multiple lines in a config
    By Extrabine in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 13th August 2006, 10:43 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
  •