User Tag List

Results 1 to 10 of 10

Thread: A few questions...

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    A few questions...

    Hey, folks!

    Last week I posted a general question inquiring whether anyone has used MMF2 to develop screencast type work similarly to what Adobe Captivate can do.

    Well, as it turns out, I was able to produce enough of a proof-of-concept for my boss that he has allowed me to develop are latest screencast project using MMF2. I'm excited about this, because I see that MMF2 will offer me greater functionality than Captivate could, especially in regards to being able to manipulate the computer environment from which the runtime application resides.

    But I do have a few questions which I'm hoping people might be able to assist me with:

    1.) We have developed a "sandbox" environment where we are allowing prospective customers to "test drive" our software product; the guide I am developing with MMF2 will consume the leftmost vertical-quarter of the screen real-estate, and other applications will display to the right of it. One issue we have in a beta test of our "test drive" is that some newbies get lost finding GUI objects in our product. So, I had the thought that the MMF2 application I develop will run subapplications (also MMF2 projects) which will appear (and point next to) the GUI object they can't find. My first question is whether I can create a MMF2 application that uses transparency for the background (and no border), so that essentially the only thing that displays in the application is the note and arrow which would point to the GUI object in question. Is that possible to create an application with a transparent background?

    2.) Is it possible, either natively with MMF2 or with any known extension, to be able to detect a mouse-click hot zone that would reside OUTSIDE the application run-time area? (This way, I would know that the user has successfully clicked on the GUI object in question, and the subapplication would automatically close itself.)

    3.) I'd like to set up a "master timer" such that the application would time how long it takes for the user to go through the entire Test Drive guide. Because this "sandbox environment" is on a Virtual Machine which, for security reasons, has been locked down from Internet access, I can't have the application send me an e-mail when the user completes the Test Drive. So, is there a way I can have MMF2 open Notepad and save the total time to a text file?


    As always, thank you very much for your help!


    Most sincerely,

    RGBreality

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    All of these are theoretically possible to do. The trickiest one to do would be the first one.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    Is it possible to set a background color (such as white), then specify that "white" is the alpha channel color (so that everything that is white becomes transparent)?

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    I think this is possible with the Transparency Object, although I haven't used it. It's supposed to work with subapps, as well.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  5. #5


    Join Date
    May 2010
    Posts
    115
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    You can have a global timer object or have a timer on each frame add to a global value each second or ms and then you can use ini++ to save the total time at the "application close" event.

  6. #6
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    Why do you need a counter when you can use MMF2's built in timing system? You can set it to 0 to reset it even.
    Working as fast as I can on Fusion 3

  7. #7
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    Hey, folks! Thanks for the feedback!

    I have never heard of the "Transparency object." Is that a MMF2 native object, or one developed by a third-party? Sounds interesting to explore...

    I did find a solution to my transparency issue for the sub-application. I set the Sub-application object to "pop up," then placed an Active object on the sub-application's (only) frame. Once I imported the graphic for the Active object, I then placed a Window Shape object on the sub-application's frame; I set the shape it is to use to be that of the Active object. The Window Shape object during run-time, then, created the alpha channel for me.

    Again, thank you for all the feedback!


    RGBreality

  8. #8
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    I have never heard of the transparency object.

    However there is a Window Shape object that is one of the default objects.
    Working as fast as I can on Fusion 3

  9. #9
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    er... He's already using it. :confused:
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  10. #10
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions...

    Well, anyway, for #2 jusy use the Virtual Key object. Might be just calld the Key object in the list.
    Working as fast as I can on Fusion 3

Similar Threads

  1. some Questions
    By DiViNiTY in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 24th September 2010, 03:11 PM
  2. Some Questions
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 15th June 2009, 07:49 PM
  3. 2 questions
    By Spark in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 30th November 2007, 05:56 PM
  4. two questions please
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th August 2007, 06:01 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
  •