User Tag List

Results 1 to 6 of 6

Thread: Any way to set the speech bubble's width...

  1. #1
    No Products Registered

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

    Any way to set the speech bubble's width...

    ...so it changes depending on the length of the text which put in there?

  2. #2
    No Products Registered

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

    Re: Any way to set the speech bubble's width...

    There is an expression in speech bubble called "Find width" it's pretty userful !

    I use most of the time something like : Min(180, FindWidth( "Speech Bubble" ))

  3. #3
    No Products Registered

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

    Re: Any way to set the speech bubble's width...

    When do you use that expression?

    what I would like to do is to be able to type in something in an edit box, then hit 'enter" and have the speechbox display it.

    If I set the condition:
    "start of frame": display "foo foo foo foo foo foo" in speech bubble,

    it resizes correctly.


    but


    If I have a condition:
    "upon pressing enter" : display the edit box text ,


    it will display the speech bubble in whatever shape I orginally made it, (doesn't resize" to show all the text)and will cut off the remainder of the text...

    Know what I mean?

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Any way to set the speech bubble's width...

    I think you have to use:

    Upon pressing Enter -> Enter text in speech bubble, Set speech bubble size to FindWidth("Speech Bubble Object"), Display speech bubble.

  5. #5
    No Products Registered

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

    Re: Any way to set the speech bubble's width...

    Most excellent!!!

    That sounds like that should work. Much thanks!!!!

  6. #6
    No Products Registered

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

    Re: Any way to set the speech bubble's width...

    Yes... every time you set a new text you should set a new width

Similar Threads

  1. Speech bubble
    By den333 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 1st March 2010, 01:46 PM
  2. Speech Bubble & HWA?
    By Nifflas in forum Hardware Accelerated Runtime
    Replies: 5
    Last Post: 23rd September 2009, 05:01 PM
  3. Speech bubble object with HWA
    By MJK in forum Hardware Accelerated Runtime
    Replies: 8
    Last Post: 5th July 2008, 12:36 PM
  4. Speech Bubble Problems
    By Mephistus in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th January 2008, 11:33 AM
  5. Speech Bubble
    By PaulW in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 18th May 2007, 03:29 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
  •