User Tag List

Results 1 to 4 of 4

Thread: Message Box Behaviour

  1. #1
    No Products Registered

    Join Date
    May 2013
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Message Box Behaviour

    My application contains a custom message box object which works totally as expected but the only problem is that the user can still click on other objects in the background while the message box is open. It would be preferable if the user had to deal with the message box first before interacting with any other objects.

    So is there a way of temporary nullifying all other objects in the frame other than the message box objects so that the message box is the only interactable object? For example, placing the message box on a new layer and creating some kind of behaviour which allows the user to only interact with that layer whilst the message box is visible.

    Thanks in advance

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Yes, put the other objects in a group. Disable the group when the message box is open and activate objects groups when closed.

  3. #3
    No Products Registered

    Join Date
    May 2013
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was thinking about doing that but expected it to be a messy and time consuming method. Just did it though and it's done the trick fine, thanks

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Glad ya got it sorted. Could have done it with a value also, but that would have taken time too. This is why I always use groups right from the start of building an application. IMO, it's the best way to go. Just provides more control. Good luck with your project.

Similar Threads

  1. Qualifier behaviour
    By Digi in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 12th May 2011, 07:03 AM
  2. Behaviour marked Objects and deleting Behaviour
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 14th January 2007, 09:14 AM
  3. Strange MMF Behaviour
    By LAJ in forum File Archive
    Replies: 6
    Last Post: 4th August 2006, 08:04 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
  •