User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Questions Maker Using Text & Questons

  1. #1
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Questions Maker Using Text & Questons

    I put up an example mfa file. This is what a queston might look like - pretty crude, but hopefully this gives the idea. The actual question would fit on part of the screen, with the tools for making it off to one side.
    Steve
    Attached files Attached files

  2. #2
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    I can get pretty far with making, editing, and moving the text, but I can't get any one object to do everything I want. The active system box lets me select by spreading values and change the text but not the font. The Rich Edit Object won't let me spread values, so I can't select it. The string object won't let me change the font. Is there another object that does all of these these things?
    Steve

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Posts
    72
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    I don't have access to MMF2 right now since I'm away from home, but I'll try to take a look when I get a chance. Are you trying to change the font at run-time?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    what I do is have an Edit Box off screen...

    Font Button clicked=>
    EditBox-Set Font Via Selector
    Set String Font to (Font of EditBox)

    that's the basic idea.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    Here's a simple example that might help (or not) with what your trying to do. It's only for one question, but you could add the ability to add more questions easily.

    hope it helps.
    Attached files Attached files

  6. #6
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    Yes, I am trying to change the font at run time for a number of text type objects.
    STeve

  7. #7
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    aidmm,

    I don't understand the Set String Font to (Font of EditBox)

    Where did you find that?

    Thanks,
    Steve

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    The following assumes you're using a String object:

    go to: Text=> Set Font Name
    In the expression editor: Retrieve data from object
    go to: EditBox=> Text=> Get Font Name

    that should set your String Font to the same font as the Edit Box. Make sure that action is AFTER the font has been changed in the Edit Box.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    aidmm,

    Part of my confusion is that I started working on this with MMF 1.5 pro, then MMF 2.0 dev build 242, then build 243. The available options have been changing as I have worked on it.

    I used the rich edit object since I could have the user input the font and size easily from the font pop up without going through another object (thanks for showing me how to do that) and that the user could jus click on the rich edit objects and type in the text without going through an edit or pop up box.

    I never imagined that the screen capture object would capture what was behind the rich edit objects, not the rich edit objects themselves.

    So, you have helped me a lot. I need to rewrite the app, replacing the rich edit objects with active system boxes.

    Steve

  10. #10
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Questions Maker Using Text & Questons

    OK, I've built an alpha application based on placing text using the active system box object. The main donwside with the active system object (versus the rich edit) is that I cannot change the text to left, centered, or right during runtime. I have yet to figure out how to change the text to and from bold, italic, and underlined. With the rich edit, everything was done from one font dialogue box.

    I've attached a copy if anyone is interested.

    Steve
    Attached files Attached files

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Formatted text object questions
    By RaiKitsune in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd April 2020, 01:24 PM
  2. Creating floating damage text with the Text Blitting Object - How?
    By edman3d in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th January 2013, 02:06 AM
  3. A couple of questions - Text Related....
    By Mojo_Bone in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 17th April 2010, 03:24 PM
  4. Text Blitter Questions
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 9th March 2009, 09:06 PM
  5. Question Maker Using Text & Pictures
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 17th February 2007, 05:06 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
  •